Skip to content
This repository was archived by the owner on May 6, 2021. It is now read-only.

Commit 2c1d72e

Browse files
Format .jl files (#114)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent defbcc5 commit 2c1d72e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/processors.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ function Base.push!(
5353
push!(cb, select_last_frame(stacked_data))
5454
end
5555

56-
function RLBase.reset!(p::StackFrames{T}) where T
56+
function RLBase.reset!(p::StackFrames{T}) where {T}
5757
empty!(p.buffer)
5858
for _ in 1:capacity(p.buffer)
5959
push!(p.buffer, zeros(T, size(p.buffer)[1:N-1]))

0 commit comments

Comments
 (0)