Skip to content

Commit 28e6b9a

Browse files
committed
debug: break formatting
1 parent 28f07f5 commit 28e6b9a

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

src/common.jl

+1-9
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,7 @@ function SciMLBase.init(prob::IntegralProblem{iip},
2525
_alg = alg isa ChangeOfVariables ? alg : ChangeOfVariables(transformation_if_inf, alg)
2626
cacheval = init_cacheval(_alg, prob)
2727

28-
IntegralCache{iip,
29-
typeof(prob.f),
30-
typeof(prob.domain),
31-
typeof(prob.p),
32-
typeof(prob.kwargs),
33-
typeof(_alg),
34-
typeof(sensealg),
35-
typeof(kwargs),
36-
typeof(cacheval)}(Val(iip),
28+
IntegralCache{iip, typeof(prob.f), typeof(prob.domain), typeof(prob.p), typeof(prob.kwargs), typeof(_alg), typeof(sensealg), typeof(kwargs), typeof(cacheval)}(Val(iip),
3729
prob.f,
3830
prob.domain,
3931
prob.p,

0 commit comments

Comments
 (0)