1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-14 03:25:11 +08:00

Removing whitespace

This commit is contained in:
Scotsoo 2019-01-27 19:09:30 +00:00
parent 29c02fbaa7
commit c00636d328

View File

@ -43,7 +43,6 @@ namespace osu.Game.Screens.Play
/// Action that is invoked when <see cref="GlobalAction.Select"/> is triggered.
/// </summary>
protected Action SelectAction => () => InternalButtons.Children.FirstOrDefault(f => f.Selected)?.Click();
public abstract string Header { get; }
public abstract string Description { get; }