fix: fix(gctl): apiparser_parser auto format (#1607)

This commit is contained in:
Fyn
2022-03-04 15:36:20 +08:00
committed by GitHub
parent 6a66dde0a1
commit 0c35f39a7d
2 changed files with 7 additions and 4 deletions

View File

@@ -634,6 +634,3 @@ func NewSyntaxLitContext(parser antlr.Parser, parent antlr.ParserRuleContext, in
return p
}