Skip to content

Commit

Permalink
added a missing use pprint
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Campbell committed Dec 11, 2011
1 parent a8c124f commit 5818b91
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/aichallenge/util.clj
@@ -1,4 +1,5 @@
(ns aichallenge.util) (ns aichallenge.util
(:use [clojure.pprint :only (pprint)]))


(defn wrap (defn wrap
([val upper] (wrap val 0 upper)) ([val upper] (wrap val 0 upper))
Expand Down

0 comments on commit 5818b91

Please sign in to comment.