branch: elpa/cider commit 2d04e9e7166b486a98496acdf98f4ba9c3ac776b Author: Bozhidar Batsov <bozhi...@batsov.dev> Commit: Bozhidar Batsov <bozhi...@batsov.dev>
Fix a couple of indentation problems --- cider-eldoc.el | 2 +- nrepl-client.el | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cider-eldoc.el b/cider-eldoc.el index 3a04f1df95..1cc4674f21 100644 --- a/cider-eldoc.el +++ b/cider-eldoc.el @@ -455,7 +455,7 @@ This includes the arglist and ns and symbol name (if available)." (equal name-or-member "q")) (let ((arglists (cider-plist-get eldoc-plist "arglists"))) (cider-plist-put eldoc-plist "arglists" - (cider--eldoc-add-datomic-query-inputs-to-arglists arglists)))) + (cider--eldoc-add-datomic-query-inputs-to-arglists arglists)))) ;; if none of the clauses is successful, do cache the eldoc (t (setq cider-eldoc-last-symbol (list thing eldoc-plist)))) ;; middleware eldoc lookups are expensive, so we diff --git a/nrepl-client.el b/nrepl-client.el index 17b2acd803..f056ff8b21 100644 --- a/nrepl-client.el +++ b/nrepl-client.el @@ -432,7 +432,7 @@ raw strings, not alphanumerics). [1] https://www.bittorrent.org/beps/bep_0003.html#bencoding" (let* ((sorted-keys (sort (nrepl-dict-keys dict) (lambda (a b) - (string< a b)))) + (string< a b)))) (sorted-dict (nrepl-dict))) (dolist (k sorted-keys sorted-dict) (nrepl-dict-put sorted-dict @@ -1325,7 +1325,7 @@ described by `nrepl-message-buffer-name-template'." ;; the time-stamps are quite useful for debugging (setq msg (cons (car msg) (cider-plist-put (cdr msg) "time-stamp" - (format-time-string "%Y-%m-%0d %H:%M:%S.%N")))) + (format-time-string "%Y-%m-%0d %H:%M:%S.%N")))) (with-current-buffer (nrepl-messages-buffer (current-buffer)) (setq buffer-read-only nil) (when (> (buffer-size) nrepl-message-buffer-max-size)