Fix linter issues

This commit is contained in:
Jonas Plum
2023-05-21 13:52:26 +02:00
parent c96e2ebe06
commit 25b9d693af
11 changed files with 16 additions and 35 deletions

View File

@@ -181,7 +181,7 @@ func (s *aqlInterpreter) ExitReference(ctx *parser.ReferenceContext) {
}
// ExitCompound_value is called when production compound_value is exited.
func (s *aqlInterpreter) ExitCompound_value(ctx *parser.Compound_valueContext) {
func (s *aqlInterpreter) ExitCompound_value(_ *parser.Compound_valueContext) {
// pass
}