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();