emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/flx 10db531369 120/182: Remove spurious space.


From: ELPA Syncer
Subject: [nongnu] elpa/flx 10db531369 120/182: Remove spurious space.
Date: Tue, 13 Dec 2022 03:59:36 -0500 (EST)

branch: elpa/flx
commit 10db5313698068685ecc9bacee86973e53115e10
Author: Le Wang <le.wang@agworld.com.au>
Commit: Le Wang <le.wang@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

[Prev in Thread] Current Thread [Next in Thread]