mirror of
https://github.com/MontFerret/ferret.git
synced 2025-11-06 08:39:09 +02:00
Fixed linting issue
This commit is contained in:
@@ -36,7 +36,7 @@ func (e *MemberExpression) Exec(ctx context.Context, scope *core.Scope) (core.Va
|
|||||||
}
|
}
|
||||||
|
|
||||||
out := val
|
out := val
|
||||||
path := make([]core.Value, 1, 1)
|
path := make([]core.Value, 1)
|
||||||
|
|
||||||
for _, exp := range e.path {
|
for _, exp := range e.path {
|
||||||
segment, err := exp.Exec(ctx, scope)
|
segment, err := exp.Exec(ctx, scope)
|
||||||
|
|||||||
Reference in New Issue
Block a user