Skip to content

Commit c1346cf

Browse files
committed
Fix indentation
1 parent 7b7d212 commit c1346cf

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

test/clj/cider/nrepl/middleware/format_test.clj

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -144,10 +144,10 @@
144144
(is (= #{"done"} status))))
145145

146146
#_(testing "format-edn returns an error if the :pprint-fn is unresolvable"
147-
(let [{:keys [err ex status] :as response} (session/message {:op "format-edn"
148-
:edn "{:b 2 :c 3 :a 1}"
149-
:pprint-fn "fake.nrepl.pprint/puget-pprint"})]
150-
(is (.startsWith err "java.lang.IllegalArgumentException: No such namespace: fa"))
151-
(is (= "class java.lang.IllegalArgumentException" ex))
152-
(is (= #{"done" "format-edn-error"} status))
153-
(is (:pp-stacktrace response)))))
147+
(let [{:keys [err ex status] :as response} (session/message {:op "format-edn"
148+
:edn "{:b 2 :c 3 :a 1}"
149+
:pprint-fn "fake.nrepl.pprint/puget-pprint"})]
150+
(is (.startsWith err "java.lang.IllegalArgumentException: No such namespace: fa"))
151+
(is (= "class java.lang.IllegalArgumentException" ex))
152+
(is (= #{"done" "format-edn-error"} status))
153+
(is (:pp-stacktrace response)))))

0 commit comments

Comments
 (0)