misc: chore: Use collection expressions in Avalonia project

This commit is contained in:
Evan Husted
2025-01-26 15:47:11 -06:00
parent 46a5cafaa8
commit ae90db2040
28 changed files with 114 additions and 112 deletions

View File

@@ -20,7 +20,7 @@ namespace Ryujinx.Ava.Utilities
public static void ParseArguments(string[] args)
{
List<string> arguments = new();
List<string> arguments = [];
// Parse Arguments.
for (int i = 0; i < args.Length; ++i)