Fix multiple blank lines

This commit is contained in:
Dean Herbert 2019-02-08 18:45:32 +09:00
parent 6c4d289901
commit f52cac966b

View File

@ -281,7 +281,6 @@ namespace osu.Game.Screens.Multi.Match.Components
private bool hasValidSettings => RoomID.Value == null && NameField.Text.Length > 0 && Playlist.Count > 0;
private void apply()
{
hideError();