mirror of
https://git.ryujinx.app/projects/Kenji-NX.git
synced 2026-09-27 06:37:57 +02:00
misc: chore: Use collection expressions (part 2)
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