Skip to content

Commit

Permalink
Update iterator.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
vtjnash authored and rafaqz committed Feb 5, 2024
1 parent 4546145 commit ab76719
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/iterator.jl
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ end
) where {T,I<:Tuple{A,B,C}} where {A,B,C}
datacur::A, bi::B, bstate::C = i
(chunkiter, innerinds) = bstate
cistateold = isdone(innerinds)
cistateold = isempty(innerinds)
biter = iterate(bi, bstate)
if biter === nothing
return nothing
Expand Down

0 comments on commit ab76719

Please sign in to comment.