1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-24 02:09:54 +08:00

Fix unnecessary newline.

This commit is contained in:
Dan Balasescu
2017-05-09 21:08:53 +09:00
committed by GitHub
Unverified
parent 89bfc0ff22
commit cdd71b496d
@@ -78,8 +78,7 @@ namespace osu.Desktop.VisualTests.Tests
new DrawableHoldNote(new HoldNote
{
StartTime = 5000,
Duration = 1000,
Duration = 1000
})
{
AccentColour = Color4.Red