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:
parent
63816adbc0
commit
f7aff76592
@ -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)
|
||||||
|
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user