mirror of
https://github.com/ppy/osu
synced 2025-01-09 23:59:44 +00:00
Add missing blank lines
This commit is contained in:
parent
7141bed78d
commit
a78a8c0d0d
@ -175,6 +175,7 @@ namespace osu.Game.Screens.Select
|
||||
Click();
|
||||
return true;
|
||||
}
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
|
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user