mirror of
https://github.com/osukey/osukey.git
synced 2025-08-07 00:23:59 +09:00
Trim whitespace
This commit is contained in:
@ -181,7 +181,7 @@ namespace osu.Game.Screens.Select
|
|||||||
{
|
{
|
||||||
List<BeatmapGroup> notSeenGroups = visibleGroups.Except(seenGroups).ToList();
|
List<BeatmapGroup> notSeenGroups = visibleGroups.Except(seenGroups).ToList();
|
||||||
if (!notSeenGroups.Any())
|
if (!notSeenGroups.Any())
|
||||||
{
|
{
|
||||||
seenGroups.Clear();
|
seenGroups.Clear();
|
||||||
notSeenGroups = visibleGroups;
|
notSeenGroups = visibleGroups;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user