Skip to content

Commit 988ce1e

Browse files
Update src/default.jl
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 23ff11d commit 988ce1e

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
@@ -267,7 +267,7 @@ function algchoice_to_alg(alg::Symbol)
267267
elseif alg === :GenericLUFactorization
268268
GenericLUFactorization()
269269
elseif alg === :RFLUFactorization
270-
RFLUFactorization(throwerror=false)
270+
RFLUFactorization(throwerror = false)
271271
elseif alg === :BunchKaufmanFactorization
272272
BunchKaufmanFactorization()
273273
elseif alg === :CHOLMODFactorization

0 commit comments

Comments
 (0)