Skip to content

Commit

Permalink
re-indent
Browse files Browse the repository at this point in the history
  • Loading branch information
reiddraper committed Jan 8, 2012
1 parent fd74e4a commit 9f746cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/knockbox/core.clj
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@

(defmulti from-json
(fn [json-string]
(let [parsed (cheshire.core/parse-string json-string true)]
(:type parsed))))
(let [parsed (cheshire.core/parse-string json-string true)]
(:type parsed))))

(defn to-json [obj]
(cheshire.custom/encode obj))

0 comments on commit 9f746cc

Please sign in to comment.