1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-06 09:07:25 +08:00

Correct code style

This commit is contained in:
kj415j45 2021-07-17 21:37:58 +08:00
parent 0183564810
commit f4eeb9139e

View File

@ -155,6 +155,7 @@ namespace osu.Game.Graphics.UserInterface
RelativeSizeAxes = Axes.Y; RelativeSizeAxes = Axes.Y;
LocalisableString text; LocalisableString text;
switch (value) switch (value)
{ {
case IHasDescription hasDescription: case IHasDescription hasDescription:
@ -172,7 +173,7 @@ namespace osu.Game.Graphics.UserInterface
default: default:
text = value.ToString(); text = value.ToString();
break; break;
}; }
Children = new Drawable[] Children = new Drawable[]
{ {