1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-14 10:07:18 +08:00

more formatting

This commit is contained in:
unknown 2019-05-12 21:23:59 +02:00
parent 3aa95f2162
commit 69f9d00382

View File

@ -10,9 +10,6 @@ namespace osu.Game.Rulesets.Catch.UI
{
protected override Drawable CreateCursor() => new InvisibleCursor();
private class InvisibleCursor : Drawable
{
}
private class InvisibleCursor : Drawable { }
}
}