chore: rename service context from ctx to svcCtx (#1299)

This commit is contained in:
Kevin Wan
2021-12-05 22:10:47 +08:00
committed by GitHub
parent e96577dd38
commit 0240fa131a
2 changed files with 2 additions and 4 deletions

View File

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