mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Remove accidental whitespace
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user