mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2026-02-11 23:17:18 -05:00
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