branch: externals/elpa
commit 197984cdf16c2527910c5d7ea1fb6dc2bfebb13a
Author: muffinmad <andreyk....@gmail.com>
Commit: muffinmad <andreyk....@gmail.com>

    Remove trailing whitespaces
    
    * eglot.el (defvar company-backends, eglot-code-actions):
    Remove trailing whitespace
---
 eglot.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/eglot.el b/eglot.el
index 03609a1..b5f05ce 100644
--- a/eglot.el
+++ b/eglot.el
@@ -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)))))

Reply via email to