mirror of
https://github.com/ppy/osu.git
synced 2026-05-18 05:39:53 +08:00
Remove excess newlines
This commit is contained in:
@@ -72,7 +72,6 @@ namespace osu.Game.Tests.Visual
|
||||
progress.OnSeek = pos => clock.Seek(pos);
|
||||
}
|
||||
|
||||
|
||||
private class TestSongProgressGraph : SongProgressGraph
|
||||
{
|
||||
public int CreationCount { get; private set; }
|
||||
@@ -82,7 +81,6 @@ namespace osu.Game.Tests.Visual
|
||||
base.RecreateGraph();
|
||||
CreationCount++;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user