summaryrefslogtreecommitdiff
path: root/cider.el
diff options
context:
space:
mode:
Diffstat (limited to 'cider.el')
-rw-r--r--cider.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/cider.el b/cider.el
index 57592236..e414bc8b 100644
--- a/cider.el
+++ b/cider.el
@@ -198,7 +198,7 @@ Create REPL buffer and start an nREPL client connection."
(-when-let (repl-buff (nrepl-find-reusable-repl-buffer `(,host ,port) nil))
(let ((nrepl-create-client-buffer-function #'cider-repl-create)
(nrepl-use-this-as-repl-buffer repl-buff))
- (nrepl-start-client-process host port))))
+ (nrepl-start-client-process host port))))
(defun cider-select-endpoint ()
"Interactively select the host and port to connect to."