Skip to content

Commit 00e091c

Browse files
Merge pull request #502 from ChrisRackauckas-Claude/run-runic-formatting
style: apply Runic v1.7.0 formatting
2 parents f86a8c8 + 00ca4e3 commit 00e091c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • lib/BoundaryValueDiffEqMIRK/src

lib/BoundaryValueDiffEqMIRK/src/mirk.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
y
2323
y₀
2424
y₀_flat # Flat Vector{T} mirror of y₀ used as nlprob u0 to keep
25-
# LinearSolve / NonlinearSolveBase happy (they require a
26-
# concrete `Vector{T}`, not the `Base.ReshapedArray` that
27-
# `vec(::VectorOfArray)` returns under RAT v4).
25+
# LinearSolve / NonlinearSolveBase happy (they require a
26+
# concrete `Vector{T}`, not the `Base.ReshapedArray` that
27+
# `vec(::VectorOfArray)` returns under RAT v4).
2828
residual
2929
# The following 2 caches are never resized
3030
fᵢ_cache

0 commit comments

Comments
 (0)