Reformat query-options variable

Reformat the query-options variable to line things up and
increase readability.
This commit is contained in:
Preben Ingvaldsen 2014-08-06 14:33:26 -07:00
parent b20b7a58b2
commit 449c677c9e

View file

@ -19,7 +19,7 @@
(def queryparams {"yellow" "submarine"
"eleanor" "rigby"})
(def query-options {:method :get
:url "http://localhost:8080/params/"
(def query-options {:method :get
:url "http://localhost:8080/params/"
:query-params queryparams
:as :text})
:as :text})