Fix printf formatting

This commit is contained in:
Thomas Pelletier
2016-01-31 17:02:23 +01:00
parent 14c964fc02
commit 8176e30b38
5 changed files with 11 additions and 14 deletions
-1
View File
@@ -138,7 +138,6 @@ func (p *queryParser) parseMatchExpr() queryParserStateFn {
return nil // allow EOF at this stage
}
return p.parseError(tok, "expected match expression")
return nil
}
func (p *queryParser) parseBracketExpr() queryParserStateFn {