File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -1300,19 +1300,19 @@ See: https://github.com/clojure-emacs/clj-refactor.el/wiki/cljr-move-form"
1300
1300
requires)))
1301
1301
(thread-last filtered-require
1302
1302
(cljr--slice-at " :as" )
1303
- ( last )
1304
- ( car )
1303
+ last
1304
+ car
1305
1305
(replace-regexp-in-string (format target-ns-alias-template ns) " \\ 1" )
1306
- ( string-trim ) )))
1306
+ string-trim)))
1307
1307
(goto-char (point-max ))
1308
1308
(cljr--insert-with-proper-whitespace
1309
1309
(cljr--remove-references-of-target-ns forms ns target-ns-alias))
1310
1310
(when requires
1311
1311
(cljr--insert-in-ns " :require" )
1312
1312
(thread-last (seq-remove (lambda (it ) (string-match-p (format target-ns-regexp-template ns) it)) requires)
1313
1313
(apply #'concat )
1314
- ( string-trim )
1315
- ( insert ) )
1314
+ string-trim
1315
+ insert)
1316
1316
(cljr-clean-ns))
1317
1317
(save-buffer ))
1318
1318
(cljr--update-ns-after-moving-fns ns (nreverse names))
You can’t perform that action at this time.
0 commit comments