branch: elpa/hyperdrive
commit 46490c55a2e3a85d05b121ee00a1d75fa54329cc
Author: Joseph Turner <jos...@ushin.org>
Commit: Joseph Turner <jos...@ushin.org>

    Tidy: (-fill-version-ranges) Return nil from cl-dotimes for clarity
---
 hyperdrive-lib.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/hyperdrive-lib.el b/hyperdrive-lib.el
index 369207c886..57d092ec4c 100644
--- a/hyperdrive-lib.el
+++ b/hyperdrive-lib.el
@@ -847,7 +847,8 @@ Once all requests return, call FINALLY with no arguments."
                                    (> limit i))
                         ;; Stop at the beginning of the history, at a known
                         ;; existent/nonexistent entry, or at the limit.
-                        (cl-return (setf finishedp t)))
+                        (setf finishedp t)
+                        (cl-return))
                       (hyperdrive-fill (hyperdrive-copy-tree entry t)
                         :then #'ignore
                         :else (lambda (err)

Reply via email to