Skip to content

Commit cf22dc1

Browse files
Format
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 0852af2 commit cf22dc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/abstractitensornetwork.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ is_assignment_expr(expr) = false
156156
macro preserve_graph(expr)
157157
if !is_setindex!_expr(expr)
158158
error(
159-
"preserve_graph must be used with setindex! syntax (as @preserve_graph a[i,j,...] = value)"
159+
"preserve_graph must be used with setindex! syntax (as @preserve_graph a[i,j,...] = value)",
160160
)
161161
end
162162
@capture(expr, array_[indices__] = value_)

0 commit comments

Comments
 (0)