1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-12 21:52:55 +08:00

Fix formatting issue

This commit is contained in:
Arthur Araujo 2024-03-23 23:28:55 -03:00
parent eb93827204
commit 8a05fecad5

View File

@ -112,6 +112,5 @@ namespace osu.Game.Rulesets.Edit.Checks
public Issue Create(string filename, string errorReason) => new Issue(this, filename, errorReason);
}
}
}