summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2017-01-19 15:15:34 +0700
committerBozhidar Batsov <bozhidar@batsov.com>2017-01-19 15:15:34 +0700
commit858b81d603f17bf87c5bb670ff49090cae1e92de (patch)
tree936f975ce9ca83b83dc3f75611ab558a90b3e180
parentd3800f0d5cdaa5744bed09dd01e10d7129f953c1 (diff)
Kill an extra space
-rw-r--r--nrepl-client.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/nrepl-client.el b/nrepl-client.el
index 286e2d87..5d1212ef 100644
--- a/nrepl-client.el
+++ b/nrepl-client.el
@@ -519,7 +519,7 @@ additional key-values depending on the connection type."
(let ((localp (if host
(nrepl-local-host-p host)
(not (file-remote-p default-directory)))))
- (if localp
+ (if localp
(nrepl--direct-connect (or host "localhost") port)
(or (and host (not nrepl-force-ssh-for-remote-hosts)
(nrepl--direct-connect host port 'no-error))