1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 12:57:36 +08:00

Remove unneccessary whitespace

This commit is contained in:
Aaron Hong 2022-03-11 04:48:57 -08:00
parent 35053eaeba
commit 848b005097

View File

@ -119,7 +119,6 @@ namespace osu.Game.Rulesets.Taiko.UI
return false;
}
public void ShowTouchControls() {
visibleComponents.Animate(components => components.FadeIn(500, Easing.OutQuint));
}