Skip to content

Commit 23ff11d

Browse files
Update src/extension_algs.jl
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7c26409 commit 23ff11d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/extension_algs.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ implementation, usually outperforming OpenBLAS and MKL for smaller matrices
9494
Additional optimization for complex matrices is in the works.
9595
"""
9696
struct RFLUFactorization{P, T} <: AbstractDenseFactorization
97-
function RFLUFactorization(::Val{P}, ::Val{T}; throwerror=true) where {P, T}
97+
function RFLUFactorization(::Val{P}, ::Val{T}; throwerror = true) where {P, T}
9898
ext = Base.get_extension(@__MODULE__, :LinearSolveRecursiveFactorizationExt)
9999
if ext === nothing
100100
throwerror &&

0 commit comments

Comments
 (0)