1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-28 06:42:54 +08:00

Fix incorrect whitespace

This commit is contained in:
Dean Herbert 2017-10-02 22:12:53 +08:00
parent 7168629b2a
commit 3338024c17

View File

@ -12,8 +12,8 @@ namespace osu.Game.Rulesets.Catch.Tests
{
public TestCaseCatchPlayer() : base(typeof(CatchRuleset))
{
}
protected override Beatmap CreateBeatmap()
{
var beatmap = new Beatmap();