1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-15 03:33:19 +08:00

Remove excess newlines

This commit is contained in:
Dean Herbert 2019-02-27 21:03:35 +09:00
parent 5c6db17865
commit 9f8d03e1b6

View File

@ -72,7 +72,6 @@ namespace osu.Game.Tests.Visual
progress.OnSeek = pos => clock.Seek(pos); progress.OnSeek = pos => clock.Seek(pos);
} }
private class TestSongProgressGraph : SongProgressGraph private class TestSongProgressGraph : SongProgressGraph
{ {
public int CreationCount { get; private set; } public int CreationCount { get; private set; }
@ -82,7 +81,6 @@ namespace osu.Game.Tests.Visual
base.RecreateGraph(); base.RecreateGraph();
CreationCount++; CreationCount++;
} }
} }
} }
} }