Skip to content

Commit

Permalink
loving git bisect; fixed bug just introduced
Browse files Browse the repository at this point in the history
  • Loading branch information
jurgenvinju committed Jan 8, 2024
1 parent a6a6425 commit d1ced70
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ public SetIterator(@Nullable Entry<IValue>[] entries) {
data = entries;

index = data.length - 1;
current = null;
current = new Entry<>(0, null, data[index]);
locateNext(data);
}

Expand Down

0 comments on commit d1ced70

Please sign in to comment.