Skip to content

Commit d777184

Browse files
committed
fix format
1 parent 50f2878 commit d777184

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/solutions/ode_solutions.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -633,6 +633,6 @@ function strip_solution(sol::ODESolution; strip_alg = false)
633633
if strip_alg
634634
@reset sol.alg = nothing
635635
end
636-
636+
637637
return sol
638638
end

test/downstream/ode_stripping.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,3 @@ stripped_sol = SciMLBase.strip_solution(sol)
2121
@test isnothing(stripped_sol.interp.cache.jac_config)
2222

2323
@test isnothing(stripped_sol.interp.cache.grad_config)
24-

0 commit comments

Comments
 (0)