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