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

Remove redundant space

This commit is contained in:
Scotsoo 2019-01-27 18:27:11 +00:00
parent 07bb278ec0
commit 29c02fbaa7

View File

@ -44,7 +44,6 @@ namespace osu.Game.Screens.Play
/// </summary>
protected Action SelectAction => () => InternalButtons.Children.FirstOrDefault(f => f.Selected)?.Click();
public abstract string Header { get; }
public abstract string Description { get; }