Remove unnecessary return statement
This commit is contained in:
parent
15cb9f7b96
commit
a941987349
1 changed files with 0 additions and 2 deletions
|
@ -756,8 +756,6 @@ func (p *parser) parsePath(expr ...Expr) (path *PathExpression, err error) {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
func (p *parser) parseJoin() (exp Expr, err error) {
|
func (p *parser) parseJoin() (exp Expr, err error) {
|
||||||
|
|
Loading…
Reference in a new issue