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(); Click();
return true; return true;
} }
return false; return false;
} }

View File

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