CPKreuz 2 năm trước cách đây
mục cha
commit
f609864735
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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;