formatting

This commit is contained in:
Mike Farah 2023-03-15 13:15:17 +11:00
parent 5a62b07d72
commit 8974bc7e96
2 changed files with 7 additions and 8 deletions

View File

@ -30,4 +30,3 @@ func filterOperator(d *dataTreeNavigator, context Context, expressionNode *Expre
}
return context.ChildContext(results), nil
}