branch: elpa/flx
commit 10db5313698068685ecc9bacee86973e53115e10
Author: Le Wang <le.w...@agworld.com.au>
Commit: Le Wang <le.w...@agworld.com.au>

    Remove spurious space.
---
 flx.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/flx.el b/flx.el
index acefaff3c6..ba7b8e8dfe 100644
--- a/flx.el
+++ b/flx.el
@@ -144,7 +144,7 @@ See documentation for logic."
                ;; ++++ -45 penalize extension
                (when (eq last-char penalty-lead)
                  (cl-incf (aref scores index) -45))
-               (when (eq group-separator char )
+               (when (eq group-separator char)
                  (setcar (cdar groups-alist) group-word-count)
                  (setq group-word-count 0)
                  (push (nconc (list index group-word-count)) groups-alist))

Reply via email to