Apply some second-pass inspections that appeared after previous changes

This commit is contained in:
Dean Herbert
2021-10-27 13:09:30 +09:00
parent 6944151486
commit 95837990f3
6 changed files with 9 additions and 18 deletions

View File

@ -20,7 +20,7 @@ namespace osu.Game.Rulesets.Taiko.Tests
{
base.SetUpSteps();
string[] expectedSampleNames = new[]
string[] expectedSampleNames =
{
string.Empty,
string.Empty,
@ -31,6 +31,7 @@ namespace osu.Game.Rulesets.Taiko.Tests
HitSampleInfo.HIT_WHISTLE,
HitSampleInfo.HIT_WHISTLE,
};
var actualSampleNames = new List<string>();
// due to pooling we can't access all samples right away due to object re-use,