emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/hyperdrive c433a8ea07 085/102: Tidy: Indentation


From: ELPA Syncer
Subject: [nongnu] elpa/hyperdrive c433a8ea07 085/102: Tidy: Indentation
Date: Wed, 29 Nov 2023 04:00:57 -0500 (EST)

branch: elpa/hyperdrive
commit c433a8ea071961c3976c400300e85c000a7aa6f5
Author: Adam Porter <adam@alphapapa.net>
Commit: Adam Porter <adam@alphapapa.net>

    Tidy: Indentation
---
 hyperdrive-dir.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/hyperdrive-dir.el b/hyperdrive-dir.el
index bcc93703b4..258ad974a8 100644
--- a/hyperdrive-dir.el
+++ b/hyperdrive-dir.el
@@ -65,7 +65,7 @@ If THEN, call it in the directory buffer with no arguments."
                (metadata-queue) (ewoc) (prev-entry) (prev-point))
     (cl-labels ((goto-entry (entry ewoc)
                   (when-let ((node (h/ewoc-find-node ewoc entry
-                                     :predicate #'he/equal-p)))
+                                                     :predicate #'he/equal-p)))
                     (goto-char (ewoc-location node))))
                 (update-footer (num-filled num-of)
                   (when (zerop (mod num-filled 5))
@@ -110,8 +110,8 @@ If THEN, call it in the directory buffer with no arguments."
           (update-footer num-filled num-entries)
           (dolist (entry entries)
             (h/fill entry :queue metadata-queue
-              :then (lambda (&rest _)
-                      (update-footer (cl-incf num-filled) num-entries))))
+                    :then (lambda (&rest _)
+                            (update-footer (cl-incf num-filled) num-entries))))
           (plz-run metadata-queue)
           (when then
             (funcall then)))))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]