mirror of
https://github.com/ppy/osu.git
synced 2024-12-16 02:22:59 +08:00
Fix unnecessary newline.
This commit is contained in:
parent
89bfc0ff22
commit
cdd71b496d
@ -78,8 +78,7 @@ namespace osu.Desktop.VisualTests.Tests
|
|||||||
new DrawableHoldNote(new HoldNote
|
new DrawableHoldNote(new HoldNote
|
||||||
{
|
{
|
||||||
StartTime = 5000,
|
StartTime = 5000,
|
||||||
Duration = 1000,
|
Duration = 1000
|
||||||
|
|
||||||
})
|
})
|
||||||
{
|
{
|
||||||
AccentColour = Color4.Red
|
AccentColour = Color4.Red
|
||||||
|
Loading…
Reference in New Issue
Block a user