Skip to content

Commit 7013aa6

Browse files
committed
🤖 Format .jl files
1 parent 27e9a34 commit 7013aa6

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/lsr1.jl

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,7 @@ mutable struct LSR1Data{T, I <: Integer}
1515
tmp::Vector{T}
1616
end
1717

18-
function LSR1Data(
19-
T::Type,
20-
n::I;
21-
mem::I = 5,
22-
scaling::Bool = true,
23-
) where {I <: Integer}
18+
function LSR1Data(T::Type, n::I; mem::I = 5, scaling::Bool = true) where {I <: Integer}
2419
LSR1Data{T, I}(
2520
max(mem, 1),
2621
scaling,

0 commit comments

Comments
 (0)