mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 12:17:26 +08:00
Remove unsued import and add a blankline before yield break;
This commit is contained in:
parent
eac9dededf
commit
68e86b5105
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user