1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-20 03:19:52 +08:00

Fix codefactor issues

This commit is contained in:
Arthur Araujo
2024-03-16 23:03:06 -03:00
Unverified
parent 63816adbc0
commit f7aff76592
2 changed files with 0 additions and 2 deletions
@@ -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)