1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-27 17:53:15 +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)
return;
drawable.ApplyCustomUpdateState += applyCustomState;
}
}