Skip to content

Commit ddbce57

Browse files
Update lib/SCCNonlinearSolve/test/core_tests.jl
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 48a2353 commit ddbce57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/SCCNonlinearSolve/test/core_tests.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ end
2121
u0 = zeros(2)
2222
cache = zeros(3)
2323

24-
function f1(du,u,(cache,p))
24+
function f1(du, u, (cache, p))
2525
du[1] = cos(u[2]) - u[1]
2626
du[2] = sin(u[1] + u[2]) + u[2]
2727
end

0 commit comments

Comments
 (0)