summaryrefslogtreecommitdiff
path: root/elisp
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2020-05-03 17:29:24 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2020-05-03 18:24:25 +0200
commit3fffdf03d5a32e4a0d1b5216ea9d16dacacdaa6f (patch)
treee812974218d0b182c70221177dbdcd6710e47d05 /elisp
parent8403b8961560591810a75f088fb72b8b052665ca (diff)
downloadpylint-git-3fffdf03d5a32e4a0d1b5216ea9d16dacacdaa6f.tar.gz
Fix trailing whitespaces and trailing newlines
Diffstat (limited to 'elisp')
-rw-r--r--elisp/pylint.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/elisp/pylint.el b/elisp/pylint.el
index 5d4d31ab4..d27a92b14 100644
--- a/elisp/pylint.el
+++ b/elisp/pylint.el
@@ -238,7 +238,7 @@ output buffer, to go to the lines where pylint found matches.
(let ((map (cond
((boundp 'py-mode-map) py-mode-map)
((boundp 'python-mode-map) python-mode-map))))
-
+
(define-key map [menu-bar Python pylint-separator]
'("--" . pylint-separator))
(define-key map [menu-bar Python next-error]