mirror of
https://github.com/ppy/osu.git
synced 2026-05-28 14:30:42 +08:00
Fix code quality harder
This commit is contained in:
@@ -25,7 +25,7 @@ namespace osu.Game.Screens.Edit.Setup
|
||||
private FormTextBox sourceTextBox = null!;
|
||||
private FormTextBox tagsTextBox = null!;
|
||||
|
||||
private bool dirty = false;
|
||||
private bool dirty;
|
||||
|
||||
public override LocalisableString Title => EditorSetupStrings.MetadataHeader;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user