Skip to content

Commit

Permalink
Small fix in PairHashSet.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
notgiven688 committed Dec 18, 2024
1 parent 07ce495 commit add529d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Jitter2/Collision/PairHashSet.cs
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,6 @@ public bool Add(Pair pair)
Resize(PickSize(Slots.Length * 2));
}
}
return true;
}

return true; // Successfully added the pair
Expand Down

0 comments on commit add529d

Please sign in to comment.