1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-20 01:59:54 +08:00

Fix formatting issue

This commit is contained in:
Arthur Araujo
2024-03-23 23:28:55 -03:00
Unverified
parent eb93827204
commit 8a05fecad5
@@ -112,6 +112,5 @@ namespace osu.Game.Rulesets.Edit.Checks
public Issue Create(string filename, string errorReason) => new Issue(this, filename, errorReason);
}
}
}