Skip to content

Commit 7ab3e21

Browse files
authored
Balance parentheses (#468)
1 parent 4f8c95e commit 7ab3e21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clj-refactor.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2498,7 +2498,7 @@ See: https://github.com/clojure-emacs/clj-refactor.el/wiki/cljr-promote-function
24982498
(goto-char (point-min))
24992499
(while (not (cljr--end-of-buffer-p))
25002500
(dolist (edn (parseedn-read))
2501-
(push edn occurrences))))
2501+
(push edn occurrences)))))
25022502
occurrences))
25032503

25042504
(defun cljr--find-symbol (symbol ns callback)

0 commit comments

Comments
 (0)