mirror of
https://github.com/ppy/osu.git
synced 2025-02-20 05:15:37 +08:00
Fix formatting inconsistencies in empty ctor
s
This commit is contained in:
parent
ed94d7fce8
commit
f713253d1b
@ -945,7 +945,9 @@ namespace osu.Game.Screens.Edit
|
||||
private class BeatmapEditorToast : Toast
|
||||
{
|
||||
public BeatmapEditorToast(LocalisableString value, string beatmapDisplayName)
|
||||
: base(InputSettingsStrings.EditorSection, value, beatmapDisplayName) { }
|
||||
: base(InputSettingsStrings.EditorSection, value, beatmapDisplayName)
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -406,7 +406,9 @@ namespace osu.Game.Skinning.Editor
|
||||
private class SkinEditorToast : Toast
|
||||
{
|
||||
public SkinEditorToast(LocalisableString value, string skinDisplayName)
|
||||
: base(SkinSettingsStrings.SkinLayoutEditor, value, skinDisplayName) { }
|
||||
: base(SkinSettingsStrings.SkinLayoutEditor, value, skinDisplayName)
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user