Skip to content

Commit fb51cd8

Browse files
committed
Fix indentation
1 parent aa1904e commit fb51cd8

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
@@ -16,7 +16,7 @@ function _ldiv!(x::Vector, A::Factorization, b::Vector)
1616
ldiv!(A, x)
1717
end
1818

19-
#RF Bad fallback: will fail if `A` is just a stand-in
19+
# RF Bad fallback: will fail if `A` is just a stand-in
2020
# This should instead just create the factorization type.
2121
function init_cacheval(alg::AbstractFactorization, A, b, u, Pl, Pr, maxiters::Int, abstol,
2222
reltol, verbose::Bool, assumptions::OperatorAssumptions)

0 commit comments

Comments
 (0)