Skip to content

Commit

Permalink
derp
Browse files Browse the repository at this point in the history
  • Loading branch information
cemerick committed Mar 26, 2015
1 parent 3875c6e commit d1613c9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
(dissoc resp :printed-value)
(if-let [[_ v] (find resp :value)]
(assoc resp
:value (let [repl (java.io.StringWriter.)]
:value (let [repr (java.io.StringWriter.)]
(if *print-dup*
(print-dup v repr)
(print-method v repr))
Expand Down

0 comments on commit d1613c9

Please sign in to comment.