CPKreuz 2 years ago
parent
commit
f609864735
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/PixiEditorGen/CommandNameListGenerator.cs

+ 0 - 1
src/PixiEditorGen/CommandNameListGenerator.cs

@@ -30,7 +30,6 @@ public class CommandNameListGenerator : IIncrementalGenerator
         return context.SyntaxProvider.CreateSyntaxProvider(
         return context.SyntaxProvider.CreateSyntaxProvider(
             (x, token) =>
             (x, token) =>
             {
             {
-
                 if (typeof(T) == typeof(Command))
                 if (typeof(T) == typeof(Command))
                 {
                 {
                     return x is MethodDeclarationSyntax method && method.AttributeLists.Count > 0;
                     return x is MethodDeclarationSyntax method && method.AttributeLists.Count > 0;