mirror of
https://github.com/ppy/osu.git
synced 2026-05-29 04:49:58 +08:00
Add missing blank lines
This commit is contained in:
@@ -163,6 +163,7 @@ namespace osu.Game.Overlays.BeatmapSet
|
||||
{
|
||||
case MetadataType.Tags:
|
||||
string[] tags = value.Split(" ");
|
||||
|
||||
for (int i = 0; i <= tags.Length - 1; i++)
|
||||
{
|
||||
textFlow.AddLink(tags[i], LinkAction.SearchBeatmapSet, tags[i], null, format);
|
||||
@@ -170,6 +171,7 @@ namespace osu.Game.Overlays.BeatmapSet
|
||||
if (i != tags.Length - 1)
|
||||
textFlow.AddText(" ", format);
|
||||
}
|
||||
|
||||
break;
|
||||
|
||||
case MetadataType.Source:
|
||||
|
||||
Reference in New Issue
Block a user