diff --git a/src/common.jl b/src/common.jl index 1c414f1..de7b1eb 100644 --- a/src/common.jl +++ b/src/common.jl @@ -25,15 +25,7 @@ function SciMLBase.init(prob::IntegralProblem{iip}, _alg = alg isa ChangeOfVariables ? alg : ChangeOfVariables(transformation_if_inf, alg) cacheval = init_cacheval(_alg, prob) - IntegralCache{iip, - typeof(prob.f), - typeof(prob.domain), - typeof(prob.p), - typeof(prob.kwargs), - typeof(_alg), - typeof(sensealg), - typeof(kwargs), - typeof(cacheval)}(Val(iip), + IntegralCache{iip, typeof(prob.f), typeof(prob.domain), typeof(prob.p), typeof(prob.kwargs), typeof(_alg), typeof(sensealg), typeof(kwargs), typeof(cacheval)}(Val(iip), prob.f, prob.domain, prob.p,