Skip to content

Commit bf48b97

Browse files
format
1 parent b5b901e commit bf48b97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/basictests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ end
108108
prob1 = LinearProblem(sparse(A1), b1; u0 = x1)
109109
prob2 = LinearProblem(sparse(A2), b2; u0 = x2)
110110
test_interface(KLUFactorization(), prob1, prob2)
111-
test_interface(KLUFactorization(reuse_symbolic=false), prob1, prob2)
111+
test_interface(KLUFactorization(reuse_symbolic = false), prob1, prob2)
112112

113113
# Test that refactoring wrong throws.
114114
cache = SciMLBase.init(prob1, KLUFactorization(); cache_kwargs...) # initialize cache

0 commit comments

Comments
 (0)