mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 22:26:41 +09:00
fix formatting
This commit is contained in:
@ -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(" ");
|
||||
|
@ -358,7 +358,7 @@ namespace osu.Game.Screens.Select
|
||||
{
|
||||
textFlow?.Expire();
|
||||
|
||||
switch(type)
|
||||
switch (type)
|
||||
{
|
||||
case MetadataType.Tags:
|
||||
string[] tags = text.Split(" ");
|
||||
|
Reference in New Issue
Block a user