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

@ -289,7 +289,7 @@ namespace osu.Game.Tests.Visual.Multiplayer
[Test]
public void TestSpectatingDuringGameplay()
{
int[] players = new[] { PLAYER_1_ID, PLAYER_2_ID };
int[] players = { PLAYER_1_ID, PLAYER_2_ID };
start(players);
sendFrames(players, 300);