mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 14:17:06 +09:00
Remove unnecessary brackets
This commit is contained in:
@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user