Skip to content

Commit 1482ec6

Browse files
format
1 parent 00e6ef1 commit 1482ec6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/solve.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1308,7 +1308,8 @@ end
13081308
hasdualpromote(u0, t) = true
13091309

13101310
function promote_f(f::SplitFunction, ::Val{specialize}, u0, p, t) where {specialize}
1311-
typeof(f._func_cache) === typeof(u0) && isinplace(f) ? f : remake(f, _func_cache = zero(u0))
1311+
typeof(f._func_cache) === typeof(u0) && isinplace(f) ? f :
1312+
remake(f, _func_cache = zero(u0))
13121313
end
13131314
prepare_alg(alg, u0, p, f) = alg
13141315

0 commit comments

Comments
 (0)