mirror of
https://github.com/ppy/osu
synced 2025-02-04 20:32:12 +00:00
Remove accidental whitespace
This commit is contained in:
parent
19800f5f7f
commit
94538b3842
@ -90,7 +90,7 @@ namespace osu.Game.Tests.Editing.Checks
|
||||
{
|
||||
var context = getContext(64);
|
||||
|
||||
var issues = check.Run( context).ToList();
|
||||
var issues = check.Run(context).ToList();
|
||||
|
||||
Assert.That(issues, Has.Count.EqualTo(1));
|
||||
Assert.That(issues.Single().Template is CheckAudioQuality.IssueTemplateTooLowBitrate);
|
||||
|
Loading…
Reference in New Issue
Block a user