mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 22:56:36 +09:00
Remove all unnecessary parenthesis where object initialisers are used
Enforces at CI.
This commit is contained in:
@ -46,7 +46,7 @@ namespace osu.Desktop.VisualTests.Tests
|
||||
MaxCombo = 123,
|
||||
Rank = ScoreRank.A,
|
||||
Date = DateTimeOffset.Now,
|
||||
Statistics = new Dictionary<string, dynamic>()
|
||||
Statistics = new Dictionary<string, dynamic>
|
||||
{
|
||||
{ "300", 50 },
|
||||
{ "100", 20 },
|
||||
|
Reference in New Issue
Block a user