Skip to content

Commit 5b6d07d

Browse files
committed
Fix indentation
1 parent e263717 commit 5b6d07d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/cider/nrepl/middleware/stacktrace.clj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -292,8 +292,8 @@
292292
:spec (prepare-spec-data data pprint-fn print-options))
293293
(-> m
294294
(assoc :data (if (not-empty print-options)
295-
(pprint-fn data print-options)
296-
(pprint-fn data)))
295+
(pprint-fn data print-options)
296+
(pprint-fn data)))
297297
(assoc :location
298298
(select-keys data [:clojure.error/line :clojure.error/column
299299
:clojure.error/phase :clojure.error/source

0 commit comments

Comments
 (0)