Skip to content

Commit

Permalink
Remove array initialiser to appease R#
Browse files Browse the repository at this point in the history
  • Loading branch information
smoogipoo committed Oct 1, 2024
1 parent 189a790 commit bfa2ab1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osu.Game.Tests/Skins/TestSceneSkinProvidingContainer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public partial class TestSceneSkinProvidingContainer : OsuTestScene, IStorageRes
[Resolved]
private IRenderer renderer { get; set; }

private static Type[] testSkinTypes = new[]
private static Type[] testSkinTypes =
{
null,
typeof(DefaultLegacySkin),
Expand Down

0 comments on commit bfa2ab1

Please sign in to comment.