1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 15:27:26 +08:00

Add missing blank lines

This commit is contained in:
Jack Boswell (boswelja) 2020-06-04 16:59:04 +12:00
parent 7141bed78d
commit a78a8c0d0d
2 changed files with 3 additions and 0 deletions

View File

@ -175,6 +175,7 @@ namespace osu.Game.Screens.Select
Click();
return true;
}
return false;
}

View File

@ -67,11 +67,13 @@ namespace osu.Game.Screens.Select
updateText();
Click();
return true;
case GlobalAction.SelectNextRandom:
Action = PrimaryAction;
updateText();
Click();
return true;
default:
return false;
}