1
0
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:
Arthur Araujo 2024-03-16 23:03:06 -03:00
parent 63816adbc0
commit f7aff76592
2 changed files with 0 additions and 2 deletions

View File

@ -43,7 +43,6 @@ namespace osu.Game.Rulesets.Edit
// Events
new CheckBreaks()
};
public IEnumerable<Issue> Run(BeatmapVerifierContext context)

View File

@ -29,7 +29,6 @@ namespace osu.Game.Rulesets.Edit.Checks
{
yield return new IssueTemplateUnusedAudioAtEnd(this).Create();
}
}
private double calculatePercentage(double mappedLenght, double trackLenght)