From b617db84eb6be6fd590a8c2e57d300cbc8dd34d1 Mon Sep 17 00:00:00 2001 From: Yuce Tekol Date: Fri, 5 Oct 2018 17:44:02 +0300 Subject: [PATCH] gfmt'ed --- executor.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/executor.go b/executor.go index 235000938..76f4d7b65 100644 --- a/executor.go +++ b/executor.go @@ -1766,10 +1766,10 @@ func (e *executor) mapperLocal(ctx context.Context, shards []uint64, mapFn mapFu } var translateCallCol = map[string]struct{}{ - "Set": struct{}{}, - "Clear": struct{}{}, - "Row": struct{}{}, - "SetColumnAttrs": struct{}{}, + "Set": {}, + "Clear": {}, + "Row": {}, + "SetColumnAttrs": {}, } func (e *executor) translateCall(index string, idx *Index, c *pql.Call) error {