1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-19 10:40:33 +08:00

formatting

This commit is contained in:
Hivie
2025-07-13 04:37:22 +01:00
Unverified
parent e03d812359
commit c36960a06e
@@ -39,6 +39,7 @@ namespace osu.Game.Rulesets.Edit.Checks
if (audioFormat == 0)
{
yield return new IssueTemplateFormatUnsupported(this).Create(audioFile.Filename);
yield break;
}