mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Correct code style
This commit is contained in:
@ -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[]
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user