summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/clj/clojure/pprint/cl_format.clj2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/clj/clojure/pprint/cl_format.clj b/src/clj/clojure/pprint/cl_format.clj
index 42594f07..0a74bbd5 100644
--- a/src/clj/clojure/pprint/cl_format.clj
+++ b/src/clj/clojure/pprint/cl_format.clj
@@ -1526,7 +1526,7 @@ not a pretty writer (which keeps track of columns), this function always outputs
(\W
[]
- #{:at :colon :both} {}
+ #{:at :colon :both :pretty} {}
(if (or (:at params) (:colon params))
(let [bindings (concat
(if (:at params) [:level nil :length nil] [])