Skip to content

Commit 726ca92

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 f2f63b9 commit 726ca92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/SCCNonlinearSolve/test/core_tests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ include("../../../common/common_rootfind_testing.jl")
55
end
66

77
@testitem "Manual SCC" setup=[CoreRootfindTesting] tags=[:core] begin
8-
function f(du,u,p)
8+
function f(du, u, p)
99
du[1] = cos(u[2]) - u[1]
1010
du[2] = sin(u[1] + u[2]) + u[2]
1111
du[3] = 2u[4] + u[3] + 1.0

0 commit comments

Comments
 (0)