Skip to content

Commit 44a9a33

Browse files
committed
format tests
1 parent d72f42a commit 44a9a33

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
@@ -131,7 +131,7 @@ end
131131
prob2 = LinearProblem(A2, b2; u0 = x2)
132132
test_interface(LinearSolve.FastLUFactorization(), prob1, prob2)
133133
test_interface(LinearSolve.FastQRFactorization(), prob1, prob2)
134-
134+
135135
# TODO: Resizing tests. Upstream doesn't currently support it.
136136
# Need to be absolutely certain we never segfault with incorrect
137137
# ws sizes.

0 commit comments

Comments
 (0)