mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-04-24 07:32:56 +00:00
misc: chore: Use collection expressions in Common project
This commit is contained in:
@@ -8,7 +8,7 @@ namespace Ryujinx.Common.Configuration
|
||||
|
||||
public ModMetadata()
|
||||
{
|
||||
Mods = new List<Mod>();
|
||||
Mods = [];
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user