Skip to content

Commit 3fa4a69

Browse files
format
1 parent 4768165 commit 3fa4a69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/default.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ function SciMLBase.solve(cache::LinearCache, alg::Nothing,
107107
else
108108
alg = UMFPACKFactorization()
109109
SciMLBase.solve(cache, alg, args...; kwargs...)
110-
end
110+
end
111111

112112
# This catches the cases where a factorization overload could exist
113113
# For example, BlockBandedMatrix

0 commit comments

Comments
 (0)