branch: elpa/evil-anzu
commit d3f6ed4773b48767bd5f4708c7f083336a8a8a86
Author: Fredrik Bergroth <[email protected]>
Commit: Fredrik Bergroth <[email protected]>

    Reformat code
---
 evil-anzu.el | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/evil-anzu.el b/evil-anzu.el
index f404f6770b..c81d2c3765 100644
--- a/evil-anzu.el
+++ b/evil-anzu.el
@@ -29,9 +29,10 @@
 (require 'anzu)
 
 (defun evil-anzu-start-search (string forward &optional regexp-p start)
-  (when anzu-mode (anzu--cons-mode-line-search)
-        (let ((isearch-regexp regexp-p))
-          (anzu--update string))))
+  (when anzu-mode
+    (anzu--cons-mode-line-search)
+    (let ((isearch-regexp regexp-p))
+      (anzu--update string))))
 
 (defun evil-anzu-search-next (&optional pattern direction nowrap)
   "Make anzu work with the 'evil-search search module.

Reply via email to