From f1c53d7b8b7e429b107e52368a0bd5b11d112a77 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2020 18:12:07 +0000 Subject: [PATCH] Format .jl files --- src/components/processors.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/processors.jl b/src/components/processors.jl index 04ae485..cc071f1 100644 --- a/src/components/processors.jl +++ b/src/components/processors.jl @@ -53,7 +53,7 @@ function Base.push!( push!(cb, select_last_frame(stacked_data)) end -function RLBase.reset!(p::StackFrames{T}) where T +function RLBase.reset!(p::StackFrames{T}) where {T} empty!(p.buffer) for _ in 1:capacity(p.buffer) push!(p.buffer, zeros(T, size(p.buffer)[1:N-1]))