mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-08-11 20:57:47 +02:00
misc: chore: Use collection expressions in Generator projects
This commit is contained in:
@@ -12,7 +12,7 @@ namespace Ryujinx.Horizon.Generators.Hipc
|
||||
|
||||
public HipcSyntaxReceiver()
|
||||
{
|
||||
CommandInterfaces = new List<CommandInterface>();
|
||||
CommandInterfaces = [];
|
||||
}
|
||||
|
||||
public void OnVisitSyntaxNode(SyntaxNode syntaxNode)
|
||||
|
Reference in New Issue
Block a user