mirror of
https://github.com/ppy/osu.git
synced 2024-12-15 03:22:55 +08:00
oops, missed a newline
This commit is contained in:
parent
9dc8146811
commit
9e3bff3b97
@ -84,6 +84,7 @@ namespace osu.Game.Rulesets.Mods
|
|||||||
attributes.Add(string.Format(tooltipText, bindableDouble.Value));
|
attributes.Add(string.Format(tooltipText, bindableDouble.Value));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return $"{Name}{(attributes.Any() ? $" ({string.Join(", ", attributes)})" : "")}";
|
return $"{Name}{(attributes.Any() ? $" ({string.Join(", ", attributes)})" : "")}";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user