Remove trailing whitespace
authorJoe Wreschnig <joe.wreschnig@gmail.com>
Sun, 27 May 2018 12:40:10 +0000 (14:40 +0200)
committerJoe Wreschnig <joe.wreschnig@gmail.com>
Sun, 27 May 2018 12:40:10 +0000 (14:40 +0200)
apt-sources-list-test.el

index 91c1180..54a1f57 100644 (file)
@@ -144,7 +144,7 @@ deb http://deb.test/debian stable main"
     (should-be-at-line 4)
     (type "C-M-p")
     (should-be-at-line 1)
-    
+
     (should-error (type "C-M-p"))
     (should-error (type "C-u 2 C-M-n"))))
 
@@ -165,6 +165,6 @@ deb http://deb.test/debian stable main"
     (should-use-face 'font-lock-comment-delimiter-face)
     (search-forward "b")
     (should-use-face 'font-lock-comment-face)))
-                  
-   
+
+
 ;;; apt-sources-list-test.el ends here