Resolve code quality issue

This commit is contained in:
kj415j45
2021-08-12 13:42:16 +08:00
parent ac52b89148
commit 3f434c8474
2 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,6 @@ namespace osu.Game.Localisation
/// </summary>
public static LocalisableString IncreaseFirstObjectVisibility => new TranslatableString(getKey(@"increase_first_object_visibility"), @"Increase visibility of first object when visual impairment mods are enabled");
private static string getKey(string key) => $"{prefix}:{key}";
}
}