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;