1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 22:07:25 +08:00

Remove unsued import and add a blankline before yield break;

This commit is contained in:
Arthur Araujo 2024-04-19 07:38:55 -03:00
parent eac9dededf
commit 68e86b5105

View File

@ -1,7 +1,6 @@
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
@ -48,6 +47,7 @@ namespace osu.Game.Rulesets.Edit.Checks
if (decodeStream == 0)
{
yield return new IssueTemplateFormatUnsupported(this).Create(audioFile.Filename);
yield break;
}