Skip to content
Snippets Groups Projects
Commit 02778118 authored by Allen Gilliland's avatar Allen Gilliland
Browse files

code tidy.

parent 98d6a640
No related branches found
No related tags found
No related merge requests found
......@@ -62,9 +62,9 @@
(defn- pre-expand [qp]
(fn [query]
(if (structured-query? query)
(qp (resolve/resolve (expand/expand query)))
(qp query))))
(qp (if (structured-query? query)
(resolve/resolve (expand/expand query))
query))))
(defn- post-add-row-count-and-status
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment