1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-29 05:52:56 +08:00

remove whitespaces

This commit is contained in:
LeNitrous 2019-01-31 17:58:09 +08:00
parent a8d30f6aee
commit 7e2f4af00d

View File

@ -26,7 +26,6 @@ namespace osu.Game.Rulesets.Osu.Mods
{ {
if (drawable is DrawableSpinner spinner) if (drawable is DrawableSpinner spinner)
return; return;
drawable.ApplyCustomUpdateState += applyCustomState; drawable.ApplyCustomUpdateState += applyCustomState;
} }
} }