Trim whitespace

This commit is contained in:
Patrick Andersson 2017-05-31 20:31:05 +02:00
parent 1dd85b5986
commit 9592e9778b

View File

@ -181,7 +181,7 @@ namespace osu.Game.Screens.Select
{
List<BeatmapGroup> notSeenGroups = visibleGroups.Except(seenGroups).ToList();
if (!notSeenGroups.Any())
{
{
seenGroups.Clear();
notSeenGroups = visibleGroups;
}