mirror of
https://github.com/osukey/osukey.git
synced 2025-08-06 16:13:57 +09:00
Remove unnecessary brackets
This commit is contained in:
@ -43,7 +43,7 @@ namespace osu.Game.Tests.Visual.Online
|
|||||||
Version = "2018.712.0",
|
Version = "2018.712.0",
|
||||||
DisplayVersion = "2018.712.0",
|
DisplayVersion = "2018.712.0",
|
||||||
UpdateStream = new APIUpdateStream { Name = "lazer" },
|
UpdateStream = new APIUpdateStream { Name = "lazer" },
|
||||||
ChangelogEntries = new List<APIChangelogEntry>()
|
ChangelogEntries = new List<APIChangelogEntry>
|
||||||
{
|
{
|
||||||
new APIChangelogEntry
|
new APIChangelogEntry
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user