]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove trailing whitespaces
authorAndrii Kolomoiets <andreyk.mad@gmail.com>
Wed, 6 May 2020 21:35:48 +0000 (00:35 +0300)
committerAndrii Kolomoiets <andreyk.mad@gmail.com>
Wed, 6 May 2020 21:35:48 +0000 (00:35 +0300)
* eglot.el (defvar company-backends, eglot-code-actions):
Remove trailing whitespace

lisp/progmodes/eglot.el

index 03609a128c3e7566315b31d10bc3446455b08d7a..b5f05ce7e31ffeb3597eaf8b41f253b47f9a2a88 100644 (file)
@@ -74,7 +74,7 @@
 (require 'array)
 ;; forward-declare, but don't require (Emacs 28 doesn't seem to care)
 (defvar markdown-fontify-code-blocks-natively)
-(defvar company-backends) 
+(defvar company-backends)
 (defvar company-tooltip-align-annotations)
 
 
@@ -2563,7 +2563,7 @@ documentation.  Honour `eglot-put-doc-in-help-buffer',
          (menu `("Eglot code actions:" ("dummy" ,@menu-items)))
          (action (if (listp last-nonmenu-event)
                      (x-popup-menu last-nonmenu-event menu)
-                   (cdr (assoc (completing-read "[eglot] Pick an action: " 
+                   (cdr (assoc (completing-read "[eglot] Pick an action: "
                                                 menu-items nil t
                                                 nil nil (car menu-items))
                                menu-items)))))