1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 10:07:52 +08:00

Fix formatting issues

This commit is contained in:
Erik Wolfschläger 2024-05-06 18:29:46 +02:00
parent 32444e0e30
commit 12522d9ae5

View File

@ -1,7 +1,6 @@
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osu.Framework.Localisation;
namespace osu.Game.Localisation
@ -40,8 +39,6 @@ namespace osu.Game.Localisation
/// </summary>
public static LocalisableString ModPresets => new TranslatableString(getKey(@"mod_presets"), @"All mod presets?");
private static string getKey(string key) => $@"{prefix}:{key}";
}
}