Skip to content

Commit a475a85

Browse files
format
1 parent 6ab92ed commit a475a85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/basic_indexing.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -242,8 +242,8 @@ u_matrix = VectorOfArray(fill([1, 2], 2, 3))
242242
u_vector = VectorOfArray(vec(u_matrix.u))
243243

244244
# test broadcasting
245-
function foo!(u)
246-
@. u += 2 * u * abs(u)
245+
function foo!(u)
246+
@. u += 2 * u * abs(u)
247247
return u
248248
end
249249
foo!(u_matrix)

0 commit comments

Comments
 (0)