From a22bd6fdd1efd26cba3cc5dabc32b9b3c68a908d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 3 Oct 2022 14:33:23 -0400 Subject: [PATCH] :robot: Format .jl files (#74) Co-authored-by: geoffroyleconte --- src/LimitedLDLFactorizations.jl | 2 +- test/runtests.jl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/LimitedLDLFactorizations.jl b/src/LimitedLDLFactorizations.jl index 767050b..9ec3b12 100644 --- a/src/LimitedLDLFactorizations.jl +++ b/src/LimitedLDLFactorizations.jl @@ -170,7 +170,7 @@ function LimitedLDLFactorization( return LimitedLDLFactorization(T, P, memory, α, n, nnz(T), Tf) end -LimitedLDLFactorization(T::SparseMatrixCSC{Tv, Ti}; kwargs...) where {Tv <: Number, Ti <: Integer} = +LimitedLDLFactorization(T::SparseMatrixCSC{Tv, Ti}; kwargs...) where {Tv <: Number, Ti <: Integer} = LimitedLDLFactorization(T, Tv; kwargs...) # Here T is the lower triangle of A. diff --git a/test/runtests.jl b/test/runtests.jl index 820e41e..0eb3872 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -257,4 +257,4 @@ end ldiv!(LLDL, b) @test b ≈ sol -end \ No newline at end of file +end