summaryrefslogtreecommitdiff
path: root/cider.el
diff options
context:
space:
mode:
authorMichael Griffiths <mikey@cich.li>2015-03-20 19:49:41 +0000
committerMichael Griffiths <mikey@cich.li>2015-03-20 19:51:52 +0000
commite3181e1f7eb282713046255118e6cfed1427c739 (patch)
treee36aa1c9f7d65546079865de936c58c3c14bd24f /cider.el
parentfe7fc29c6b9e8e17fb20df5f05700c69f041fcc2 (diff)
Fix indentation
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."