branch: elpa/anzu
commit 3845ead349e004ff8616b11eb167051584b98e97
Author: Syohei YOSHIDA <[email protected]>
Commit: Syohei YOSHIDA <[email protected]>

    Untabify
---
 anzu.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/anzu.el b/anzu.el
index 4d0cf62f22..6e1eb8785b 100644
--- a/anzu.el
+++ b/anzu.el
@@ -408,7 +408,7 @@
 (defconst anzu--from-to-separator
   (propertize
    (or (ignore-errors
-        (if (char-displayable-p ?\u2192) " \u2192 " " -> "))
+         (if (char-displayable-p ?\u2192) " \u2192 " " -> "))
        " -> ")
    'face 'minibuffer-prompt))
 

Reply via email to