1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-14 16:37:26 +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 // Events
new CheckBreaks() new CheckBreaks()
}; };
public IEnumerable<Issue> Run(BeatmapVerifierContext context) public IEnumerable<Issue> Run(BeatmapVerifierContext context)

View File

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