CPKreuz %!s(int64=2) %!d(string=hai) anos
pai
achega
f609864735
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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(
             (x, token) =>
             {
-
                 if (typeof(T) == typeof(Command))
                 {
                     return x is MethodDeclarationSyntax method && method.AttributeLists.Count > 0;