mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 12:57:36 +08:00
Fix codefactor issues
This commit is contained in:
parent
63816adbc0
commit
f7aff76592
@ -43,7 +43,6 @@ namespace osu.Game.Rulesets.Edit
|
||||
|
||||
// Events
|
||||
new CheckBreaks()
|
||||
|
||||
};
|
||||
|
||||
public IEnumerable<Issue> Run(BeatmapVerifierContext context)
|
||||
|
@ -29,7 +29,6 @@ namespace osu.Game.Rulesets.Edit.Checks
|
||||
{
|
||||
yield return new IssueTemplateUnusedAudioAtEnd(this).Create();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
private double calculatePercentage(double mappedLenght, double trackLenght)
|
||||
|
Loading…
Reference in New Issue
Block a user