1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-15 00:02:54 +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()
{
base.Reset();
Add(new SkipButton(Clock.CurrentTime + 5000));
}
}