misc: chore: Use collection expressions in Generator projects
This commit is contained in:
@@ -11,7 +11,7 @@ namespace Ryujinx.Horizon.Kernel.Generators
|
||||
|
||||
public SyscallSyntaxReceiver()
|
||||
{
|
||||
SvcImplementations = new List<MethodDeclarationSyntax>();
|
||||
SvcImplementations = [];
|
||||
}
|
||||
|
||||
public void OnVisitSyntaxNode(SyntaxNode syntaxNode)
|
||||
|
||||
Reference in New Issue
Block a user