mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 08:49:59 +09:00
Add missing blank lines
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user