CPKreuz 2 年之前
父节点
当前提交
f609864735
共有 1 个文件被更改,包括 0 次插入1 次删除
  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;