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

fix formatting

This commit is contained in:
unknown 2020-01-31 08:17:39 +08:00
parent 2274d70dac
commit b916366536
2 changed files with 2 additions and 2 deletions

View File

@ -155,7 +155,7 @@ namespace osu.Game.Overlays.BeatmapSet
textFlow.Clear();
static void format(SpriteText t) => t.Font = t.Font.With(size: 14);
switch(type)
switch (type)
{
case MetadataType.Tags:
string[] tags = value.Split(" ");

View File

@ -358,7 +358,7 @@ namespace osu.Game.Screens.Select
{
textFlow?.Expire();
switch(type)
switch (type)
{
case MetadataType.Tags:
string[] tags = text.Split(" ");