Skip to content

Commit

Permalink
Run JuliaFormatter.format() (#284)
Browse files Browse the repository at this point in the history
Using JuliaFormatter v1.0.50
  • Loading branch information
LilithHafner authored Feb 22, 2024
1 parent a18036a commit 82009ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/solve.jl
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ function DiffEqBase.__init(prob::DiffEqBase.AbstractDDEProblem,
@warn("Dense output is incompatible with saveat. Please use the SavingCallback from the Callback Library to mix the two behaviors.")
end

progress && @logmsg(-1, progress_name, _id=progress_id,progress=0)
progress && @logmsg(-1, progress_name, _id=progress_id, progress=0)

isdae = prob.f.mass_matrix !== I && !(prob.f.mass_matrix isa Tuple) &&
ArrayInterface.issingular(prob.f.mass_matrix)
Expand Down Expand Up @@ -166,7 +166,7 @@ function DiffEqBase.__init(prob::DiffEqBase.AbstractDDEProblem,
Val(isinplace(prob)))

# separate statistics of the integrator and the history
stats = SciMLBase.DEStats(0)
stats = SciMLBase.DEStats(0)

# create solution
alg_choice = iscomposite(alg) ? Int[] : nothing
Expand Down

0 comments on commit 82009ad

Please sign in to comment.