Skip to content

Commit

Permalink
🤖 Format .jl files (#74)
Browse files Browse the repository at this point in the history
Co-authored-by: geoffroyleconte <[email protected]>
  • Loading branch information
github-actions[bot] and geoffroyleconte authored Oct 3, 2022
1 parent 624a21c commit a22bd6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/LimitedLDLFactorizations.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -257,4 +257,4 @@ end

ldiv!(LLDL, b)
@test b sol
end
end

0 comments on commit a22bd6f

Please sign in to comment.