misc: chore: Use collection expressions in Common project

This commit is contained in:
Evan Husted 2025-01-26 15:53:31 -06:00
parent 95f9e548ca
commit 0f857400b6
6 changed files with 9 additions and 9 deletions

View file

@ -8,7 +8,7 @@ namespace Ryujinx.Common.Configuration
public ModMetadata()
{
Mods = new List<Mod>();
Mods = [];
}
}
}