Skip to content

Commit 9d54523

Browse files
committed
fmt
1 parent 3709c85 commit 9d54523

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/factorization_sparse.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ function SciMLBase.solve(cache::LinearCache, alg::SparspakFactorization; kwargs.
3232
Sparspak.SparseSolver.solve!(cache.cacheval)
3333
copyto!(cache.u, cache.cacheval.p.x)
3434
SciMLBase.build_linear_solution(alg, cache.u, nothing, cache)
35-
end
35+
end

0 commit comments

Comments
 (0)