Remove all unnecessary parenthesis where object initialisers are used

Enforces at CI.
This commit is contained in:
Dean Herbert
2017-07-13 15:02:45 +09:00
parent 80f88cf5bb
commit de46f3ab07
14 changed files with 15 additions and 15 deletions

View File

@ -160,7 +160,7 @@ namespace osu.Game.Screens.Select
Colour = Color4.Black,
Alpha = 0.5f,
},
new FillFlowContainer<MetadataSegment>()
new FillFlowContainer<MetadataSegment>
{
Anchor = Anchor.TopRight,
Origin = Anchor.TopRight,

View File

@ -128,7 +128,7 @@ namespace osu.Game.Screens.Select
// Bottom = 5
// },
//},
sortTabs = new OsuTabControl<SortMode>()
sortTabs = new OsuTabControl<SortMode>
{
RelativeSizeAxes = Axes.X,
Width = 0.5f,