Skip to content

Commit 4941aaf

Browse files
committed
Minor indentation fix
1 parent 9d43284 commit 4941aaf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

cider-client.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1101,10 +1101,10 @@ If CONN is not provided the user will be prompted to select a connection."
11011101
"Change the DESIGNATION in cider buffer names.
11021102
Buffer names changed are cider-repl and nrepl-server."
11031103
(interactive (list (read-string (format "Change CIDER buffer designation from '%s': "
1104-
(cider-extract-designation-from-current-repl-buffer)))))
1104+
(cider-extract-designation-from-current-repl-buffer)))))
11051105
(cider-ensure-connected)
11061106
(let ((new-repl-buffer-name (nrepl-format-buffer-name-template
1107-
nrepl-repl-buffer-name-template designation)))
1107+
nrepl-repl-buffer-name-template designation)))
11081108
(with-current-buffer (cider-current-repl-buffer)
11091109
(rename-buffer new-repl-buffer-name)
11101110
(when nrepl-server-buffer

cider-repl.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ Currently, this is only used to keep `cider-repl-type' updated."
208208
(when-let ((ns-dict (or (nrepl-dict-get changed-namespaces (cider-current-ns))
209209
(let ((ns-dict (cider-resolve--get-in (cider-current-ns))))
210210
(when (seq-find (lambda (ns) (nrepl-dict-get changed-namespaces ns))
211-
(nrepl-dict-get ns-dict "aliases"))
211+
(nrepl-dict-get ns-dict "aliases"))
212212
ns-dict)))))
213213
(cider-refresh-dynamic-font-lock ns-dict))))))))))
214214

0 commit comments

Comments
 (0)