From: Joe Wreschnig Date: Sun, 27 May 2018 12:40:10 +0000 (+0200) Subject: Remove trailing whitespace X-Git-Url: https://git.korewanetadesu.com/?p=apt-sources-list.git;a=commitdiff_plain;h=4cffa644e1db4b2f7214d61efd6e6882150887bf;hp=fd12fbacf245714be5ca20563572cb49e2f1eb45 Remove trailing whitespace --- diff --git a/apt-sources-list-test.el b/apt-sources-list-test.el index 91c1180..54a1f57 100644 --- a/apt-sources-list-test.el +++ b/apt-sources-list-test.el @@ -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