branch: externals/consult
commit af1d1c06f67f340b8dff9a7258a04c7d4872a5a5
Author: Daniel Mendler <m...@daniel-mendler.de>
Commit: Daniel Mendler <m...@daniel-mendler.de>

    Formatting
---
 consult.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/consult.el b/consult.el
index b76d51db90..a05c9d8a44 100644
--- a/consult.el
+++ b/consult.el
@@ -2386,8 +2386,8 @@ FUN computes the candidates given the input."
     (lambda (action)
       (pcase action
         ('nil
-         ;; Perform the computation when the candidates are requested,
-         ;; since then the computation can be interrupted by the completion UI.
+         ;; Perform the computation when the candidates are requested, since
+         ;; then the computation can be interrupted by the completion UI.
          (when request
            (let ((state 'killed))
              (unwind-protect

Reply via email to