mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 11:37:28 +08:00
Fixed code formatting
This commit is contained in:
parent
51a0b5afdc
commit
5987acfbca
@ -54,8 +54,6 @@ namespace osu.Game.Localisation
|
||||
/// </summary>
|
||||
public static LocalisableString EditorSaveSkin => new TranslatableString(getKey(@"skin_editor_save"), @"Skin Saved");
|
||||
|
||||
|
||||
|
||||
private static string getKey(string key) => $@"{prefix}:{key}";
|
||||
}
|
||||
}
|
||||
|
@ -942,12 +942,10 @@ namespace osu.Game.Screens.Edit
|
||||
IClock IBeatSyncProvider.Clock => clock;
|
||||
ChannelAmplitudes? IBeatSyncProvider.Amplitudes => Beatmap.Value.TrackLoaded ? Beatmap.Value.Track.CurrentAmplitudes : null;
|
||||
|
||||
|
||||
private class BeatmapEditorToast : Toast
|
||||
{
|
||||
public BeatmapEditorToast(LocalisableString value, string beatmapDisplayName)
|
||||
: base(ToastStrings.BeatmapEditor, value, beatmapDisplayName) { }
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -403,13 +403,10 @@ namespace osu.Game.Skinning.Editor
|
||||
game?.UnregisterImportHandler(this);
|
||||
}
|
||||
|
||||
|
||||
private class SkinEditorToast : Toast
|
||||
{
|
||||
public SkinEditorToast(LocalisableString value, string skinDisplayName)
|
||||
: base(ToastStrings.SkinEditor, value, skinDisplayName) { }
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user