Skip to content

Commit 6202bd3

Browse files
author
Michael Abbott
committed
remove last ::Vector
1 parent ced6634 commit 6202bd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LazyStack.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ function vstack_plus(itr)
224224
v = similar_vector(no_wraps(val), something(n, prod(s)))
225225
copyto!(v, 1, no_wraps(val), 1, prod(s))
226226

227-
w = stack_rest(v, 0, n, s, itr, state)::Vector
227+
w = stack_rest(v, 0, n, s, itr, state)#::Vector
228228
w, val
229229
end
230230

0 commit comments

Comments
 (0)