Skip to content

Commit a74d2dd

Browse files
format
1 parent a213230 commit a74d2dd

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
@@ -428,7 +428,8 @@ else
428428
end
429429
end
430430

431-
function SciMLBase.solve(cache::LinearCache, alg::FastQRFactorization{P}; kwargs...) where {P}
431+
function SciMLBase.solve(cache::LinearCache, alg::FastQRFactorization{P};
432+
kwargs...) where {P}
432433
A = cache.A
433434
A = convert(AbstractMatrix, A)
434435
ws_and_fact = cache.cacheval

0 commit comments

Comments
 (0)