Skip to content

Commit 40849d6

Browse files
Update src/LinearSolve.jl
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 0504851 commit 40849d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LinearSolve.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ include("adjoint.jl")
143143

144144
@static if isdefined(SciMLBase, :DiffEqArrayOperator)
145145
function defaultalg(A::SciMLBase.DiffEqArrayOperator, b,
146-
assump::OperatorAssumptions{Bool})
146+
assump::OperatorAssumptions{Bool})
147147
defaultalg(A.A, b, assump)
148148
end
149149
end

0 commit comments

Comments
 (0)