Skip to content

Commit acdc581

Browse files
format
1 parent faec56d commit acdc581

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/factorization.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,8 @@ end
177177
const PREALLOCATED_QR = ArrayInterface.qr_instance(rand(1, 1))
178178

179179
@static if VERSION < v"1.7beta"
180-
function init_cacheval(alg::QRFactorization{Val{false}}, A::Matrix{Float64}, b, u, Pl, Pr,
180+
function init_cacheval(alg::QRFactorization{Val{false}}, A::Matrix{Float64}, b, u, Pl,
181+
Pr,
181182
maxiters::Int, abstol, reltol, verbose::Bool,
182183
assumptions::OperatorAssumptions)
183184
PREALLOCATED_QR

0 commit comments

Comments
 (0)