Remove redundant parenthesis

This commit is contained in:
Dean Herbert 2021-04-29 18:23:22 +09:00
parent 63435ba548
commit 8d056ff38f
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ private void load(OsuColour colours)
RelativeSizeAxes = Axes.Both,
Children = new Drawable[]
{
headerText = new OsuTextFlowContainer()
headerText = new OsuTextFlowContainer
{
TextAnchor = Anchor.TopCentre,
Padding = new MarginPadding(20),