mirror of
https://github.com/ppy/osu.git
synced 2025-03-23 02:57:25 +08: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…
x
Reference in New Issue
Block a user