Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 705c3a9

Browse files
committedJun 15, 2023
Fix indentation
1 parent 40f1aac commit 705c3a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/cider/nrepl/middleware/util/instrument.clj

+1-1
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@
303303
(tag-form form breakfunction false))
304304
([form breakfunction do-break?]
305305
(m/merge-meta form {::breakfunction breakfunction}
306-
(when do-break? {::do-break true}))))
306+
(when do-break? {::do-break true}))))
307307

308308
(defn tag-form-recursively
309309
"Like `tag-form` but also tag all forms inside the given form."

0 commit comments

Comments
 (0)
Please sign in to comment.