1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-28 18:53:21 +08:00

Trim whitespace

This commit is contained in:
Thomas Müller 2017-06-03 17:45:44 +02:00
parent 8cd2f509ef
commit d498a4a022

View File

@ -14,7 +14,6 @@ namespace osu.Desktop.VisualTests.Tests
public override void Reset() public override void Reset()
{ {
base.Reset(); base.Reset();
Add(new SkipButton(Clock.CurrentTime + 5000)); Add(new SkipButton(Clock.CurrentTime + 5000));
} }
} }