Code quality

This commit is contained in:
Jai Sharma
2022-11-27 03:23:08 +00:00
parent 6000e14668
commit 218c04c174
4 changed files with 5 additions and 5 deletions

View File

@ -141,7 +141,7 @@ namespace osu.Game.Screens.Edit.Timing
changeHandler?.SaveState();
}, true);
table.OnRowSelected += (drawable) => scroll.ScrollIntoView(drawable);
table.OnRowSelected += drawable => scroll.ScrollIntoView(drawable);
}
protected override bool OnClick(ClickEvent e)