File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -2971,16 +2971,16 @@ removed."
29712971 (let* ((path (funcall cider-to-nrepl-filename-function (or path (buffer-file-name ))))
29722972 (relative-path (cljr--project-relative-path path)))
29732973 (when-let* ((new-ns (cljr--call-middleware-sync
2974- (cljr--create-msg " clean-ns"
2975- " path" path
2976- " relative-path" relative-path
2977- " always-return-ns-form" " true"
2978- " libspec-whitelist" cljr-libspec-whitelist
2979- " print-right-margin" cljr-print-right-margin
2980- " print-miser-width" cljr-print-miser-width
2981- " prune-ns-form" (if no-prune? " false"
2982- " true" ))
2983- " ns" )))
2974+ (cljr--create-msg " clean-ns"
2975+ " path" path
2976+ " relative-path" relative-path
2977+ " always-return-ns-form" " true"
2978+ " libspec-whitelist" cljr-libspec-whitelist
2979+ " print-right-margin" cljr-print-right-margin
2980+ " print-miser-width" cljr-print-miser-width
2981+ " prune-ns-form" (if no-prune? " false"
2982+ " true" ))
2983+ " ns" )))
29842984 (cljr--replace-ns new-ns))
29852985 (unless *cljr--noninteractive*
29862986 (cljr--post-command-message " Namespace form cleaned!" ))))
You can’t perform that action at this time.
0 commit comments