summaryrefslogtreecommitdiff
path: root/internal/mapr/selectcondition.go
diff options
context:
space:
mode:
authorPaul Buetow <git@mx.buetow.org>2020-12-28 09:49:10 +0000
committerPaul Buetow <git@mx.buetow.org>2020-12-28 09:49:10 +0000
commit2823434ffff389d67c762bab28c18f3e147c60ad (patch)
treec6433ef4a3415cc7206b5fbe733c0539d0e5a60f /internal/mapr/selectcondition.go
parent40b2bf2856fd1af8bbf8aa29b51603e853071a94 (diff)
parentde33db818388a6a309924f100acd6a0c603a43b3 (diff)
merge
Diffstat (limited to 'internal/mapr/selectcondition.go')
-rw-r--r--internal/mapr/selectcondition.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/mapr/selectcondition.go b/internal/mapr/selectcondition.go
index 1882b7e..d6aa0d4 100644
--- a/internal/mapr/selectcondition.go
+++ b/internal/mapr/selectcondition.go
@@ -92,5 +92,6 @@ func makeSelectConditions(tokens []token) ([]selectCondition, error) {
}
sel = append(sel, sc)
}
+
return sel, nil
}