We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93fc023 commit fdb0b91Copy full SHA for fdb0b91
cider.el
@@ -480,7 +480,7 @@ PLUGINS and MIDDLEWARES. PARAMS and MIDDLEWARES are passed on to
480
are passed on to `cider-boot-dependencies`."
481
(concat global-opts
482
(unless (seq-empty-p global-opts) " ")
483
- "-i \"(require 'cider.tasks)\" " ;; Note the white space at the end here
+ "-i \"(require 'cider.tasks)\" " ;; Note the space at the end here
484
(cider-boot-dependencies (append dependencies plugins))
485
(cider-boot-middleware-task params middlewares)))
486
0 commit comments