Apply review suggestions

This commit is contained in:
Shivam
2020-06-03 23:49:06 +02:00
parent 7b77d43353
commit 7e5db5e933
3 changed files with 16 additions and 12 deletions

View File

@ -18,7 +18,7 @@ namespace osu.Game.Tournament.Components
new PopupDialogOkButton
{
Text = @"Alright.",
Action = () => { Expire(); }
Action = () => Expire()
}
};
}