Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
viceroypenguin committed Apr 12, 2024
1 parent d706f40 commit ddc9cf0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Source/SuperLinq/Subsets.cs
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,6 @@ private static IEnumerable<IList<T>> Subsets<T>(List<T> set, int subsetSize)

yield return subset;
}

while (indices[0] != setSize - subsetSize + 1);
}
}

0 comments on commit ddc9cf0

Please sign in to comment.