Skip to content

Commit 4110e7e

Browse files
committed
Fix indentation
1 parent db2d6cf commit 4110e7e

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

cider-connection.el

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -460,9 +460,12 @@ But helps us know if this is a nbb repl, or not."
460460

461461
(defun cider--scittle-nrepl-version ()
462462
"Retrieve the underlying connection's scittle version."
463-
(with-current-buffer (cider-current-repl)
463+
(with-current-buffer
464+
(cider-current-repl)
464465
(when nrepl-versions
465-
(nrepl-dict-get nrepl-versions "scittle-nrepl"))))
466+
(nrepl-dict-get
467+
nrepl-versions
468+
"scittle-nrepl"))))
466469

467470
(defun cider-runtime ()
468471
"Return the runtime of the nREPl server."

0 commit comments

Comments
 (0)