mirror of
https://github.com/ppy/osu
synced 2024-12-14 02:46:27 +00:00
Remove unnecessary brackets
This commit is contained in:
parent
8025a97b2b
commit
555822a68d
@ -43,7 +43,7 @@ namespace osu.Game.Tests.Visual.Online
|
||||
Version = "2018.712.0",
|
||||
DisplayVersion = "2018.712.0",
|
||||
UpdateStream = new APIUpdateStream { Name = "lazer" },
|
||||
ChangelogEntries = new List<APIChangelogEntry>()
|
||||
ChangelogEntries = new List<APIChangelogEntry>
|
||||
{
|
||||
new APIChangelogEntry
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user