1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-23 04:59:53 +08:00

oops, missed a newline

This commit is contained in:
Liam DeVoe
2020-03-20 13:36:16 -04:00
Unverified
parent 9dc8146811
commit 9e3bff3b97
+1
View File
@@ -84,6 +84,7 @@ namespace osu.Game.Rulesets.Mods
attributes.Add(string.Format(tooltipText, bindableDouble.Value));
}
}
return $"{Name}{(attributes.Any() ? $" ({string.Join(", ", attributes)})" : "")}";
}
}