1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-12 16:42:55 +08:00

Fix CodeFactor code style issues

This commit is contained in:
Jack Boswell (boswelja) 2020-06-04 16:13:50 +12:00
parent aa08847bc9
commit aeb736e9d2

View File

@ -179,9 +179,6 @@ namespace osu.Game.Screens.Select
return false;
}
public virtual void OnReleased(GlobalAction action)
{
}
public virtual void OnReleased(GlobalAction action) { }
}
}