Removing redundant argument list

This commit is contained in:
Swords 2021-05-25 21:53:00 +10:00
parent d5feb8353d
commit 9c2dca8229

View File

@ -43,7 +43,7 @@ namespace osu.Game.Overlays.KeyBinding
InternalChildren = new Drawable[]
{
new RestoreDefaultValueButton<bool>()
new RestoreDefaultValueButton<bool>
{
Current = KeyBindingRow.IsDefault,
Action = () => { KeyBindingRow.RestoreDefaults(); }