Skip to content

Commit

Permalink
no pprint
Browse files Browse the repository at this point in the history
  • Loading branch information
pleasetrythisathome committed May 14, 2015
1 parent d74dd5d commit 6514c3c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/garden.cljx
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@
(color/color+ start (color/color* t (color/color- end start)))))))

(-> (interpolate (color/hsl 10 50 50) (color/rgb 0 255 0))
(map [0 0.25 0.5 0.75 1])
clojure.pprint/pprint)
(map [0 0.25 0.5 0.75 1]))
;; =>
;; ({:alpha nil,
;; :lightness nil,
Expand Down

0 comments on commit 6514c3c

Please # to comment.