Skip to content

Commit 35dcfb0

Browse files
committed
Fix syntax bug in factorization
1 parent 0c3a08a commit 35dcfb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/factorization.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1378,4 +1378,4 @@ for alg in InteractiveUtils.subtypes(AbstractFactorization)
13781378
maxiters::Int, abstol, reltol, verbose::Bool,
13791379
assumptions::OperatorAssumptions)
13801380
end
1381-
1381+
end

0 commit comments

Comments
 (0)