Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas committed Feb 21, 2024
1 parent 6ab92ed commit a475a85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/basic_indexing.jl
Original file line number Diff line number Diff line change
Expand Up @@ -242,8 +242,8 @@ u_matrix = VectorOfArray(fill([1, 2], 2, 3))
u_vector = VectorOfArray(vec(u_matrix.u))

# test broadcasting
function foo!(u)
@. u += 2 * u * abs(u)
function foo!(u)
@. u += 2 * u * abs(u)
return u
end
foo!(u_matrix)
Expand Down

0 comments on commit a475a85

Please sign in to comment.