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

    Fix last commit
---
 consult.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/consult.el b/consult.el
index b12257da2a..1b01be2dbe 100644
--- a/consult.el
+++ b/consult.el
@@ -2409,7 +2409,7 @@ FUN computes the candidates given the input."
              (setq request nil)
            (setq request action)
            (funcall async 'refresh)))
-        (_ (funcall async action)))))
+        (_ (funcall async action))))))
 
 (defun consult--dynamic-collection (fun &optional debounce min-input)
   "Dynamic collection with input splitting.

Reply via email to