Skip to content

Commit ee924a0

Browse files
authoredFeb 16, 2025··
Update LinearSolveSparseArraysExt.jl
1 parent 061ff64 commit ee924a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎ext/LinearSolveSparseArraysExt.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ function LinearSolve.defaultalg(A::AbstractSparseMatrixCSC{Tv, Ti}, b,
5353
elseif ext === nothing
5454
error("SparspakFactorization required for general sparse matrix types and with general Julia number types. Do `using Sparspak` in order to enable this functionality")
5555
else
56-
error("Unreachable reached. Please report this error with a reproducer."
56+
error("Unreachable reached. Please report this error with a reproducer.")
5757
end
5858
end
5959

0 commit comments

Comments
 (0)
Please sign in to comment.