mirror of
https://github.com/ppy/osu.git
synced 2024-11-06 06:57:39 +08:00
Correct code style
This commit is contained in:
parent
0183564810
commit
f4eeb9139e
@ -155,6 +155,7 @@ namespace osu.Game.Graphics.UserInterface
|
||||
RelativeSizeAxes = Axes.Y;
|
||||
|
||||
LocalisableString text;
|
||||
|
||||
switch (value)
|
||||
{
|
||||
case IHasDescription hasDescription:
|
||||
@ -172,7 +173,7 @@ namespace osu.Game.Graphics.UserInterface
|
||||
default:
|
||||
text = value.ToString();
|
||||
break;
|
||||
};
|
||||
}
|
||||
|
||||
Children = new Drawable[]
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user