Skip to content

Commit 2756878

Browse files
committed
format
1 parent 23359d3 commit 2756878

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/downstream/ode_stripping.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ sol = solve(prob, Tsit5(), reltol = 1e-8, abstol = 1e-8)
77

88
@test isnothing(strip_solution(sol).f)
99

10-
@test isnothing(strip_solution(sol).interp.f)
10+
@test isnothing(strip_solution(sol).interp.f)

0 commit comments

Comments
 (0)