branch: elpa/spell-fu
commit 0637dada65891d567d73bf0e1a10db8526dca2d4
Author: Campbell Barton <ideasma...@gmail.com>
Commit: Campbell Barton <ideasma...@gmail.com>

    Cleanup: reformat with updated elisp-autofmt
---
 spell-fu.el | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/spell-fu.el b/spell-fu.el
index 44f8031fb8..04bf12e795 100644
--- a/spell-fu.el
+++ b/spell-fu.el
@@ -1516,10 +1516,9 @@ Argument DICT-FILE is the absolute path to the 
dictionary."
   (let ((word-table
          ;; Reuse the previous table if possible.
          (and spell-fu--buffer-localwords-global-cache-table-map
-              (gethash
-               spell-fu-buffer-session-localwords
-               spell-fu--buffer-localwords-global-cache-table-map
-               nil))))
+              (gethash spell-fu-buffer-session-localwords
+                       spell-fu--buffer-localwords-global-cache-table-map
+                       nil))))
 
     (unless word-table
       (setq word-table

Reply via email to