1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-15 15:12:57 +08:00

Remove redundant parenthesis

This commit is contained in:
Dean Herbert 2021-04-29 18:23:22 +09:00
parent 63435ba548
commit 8d056ff38f

View File

@ -36,7 +36,7 @@ namespace osu.Game.Skinning.Editor
RelativeSizeAxes = Axes.Both,
Children = new Drawable[]
{
headerText = new OsuTextFlowContainer()
headerText = new OsuTextFlowContainer
{
TextAnchor = Anchor.TopCentre,
Padding = new MarginPadding(20),