mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Apply brace style.
This commit is contained in:
@ -46,6 +46,7 @@ namespace osu.Game.Users
|
||||
};
|
||||
}
|
||||
else
|
||||
{
|
||||
InternalChild = new Sprite
|
||||
{
|
||||
RelativeSizeAxes = Axes.Both,
|
||||
@ -54,6 +55,7 @@ namespace osu.Game.Users
|
||||
Anchor = Anchor.Centre,
|
||||
Origin = Anchor.Centre
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
protected override void LoadComplete()
|
||||
|
Reference in New Issue
Block a user