Skip to content

Commit f59211c

Browse files
format
1 parent 3ff4c26 commit f59211c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/odesystem.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1065,4 +1065,4 @@ p = [σ => 28.0,
10651065
prob = SteadyStateProblem(sys, u0, p)
10661066
@test prob isa SteadyStateProblem
10671067
prob = SteadyStateProblem(ODEProblem(sys, u0, (0.0, 10.0), p))
1068-
@test prob isa SteadyStateProblem
1068+
@test prob isa SteadyStateProblem

0 commit comments

Comments
 (0)