mirror of
https://github.com/MontFerret/ferret.git
synced 2025-08-13 19:52:52 +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
|
||||
path := make([]core.Value, 1, 1)
|
||||
path := make([]core.Value, 1)
|
||||
|
||||
for _, exp := range e.path {
|
||||
segment, err := exp.Exec(ctx, scope)
|
||||
|
Reference in New Issue
Block a user