From a298a1f6b2fc745163198825941dbe593dff331c Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Fri, 15 Feb 2019 16:49:27 -0500 Subject: [PATCH] * test/lisp/textmodes/conf-mode-tests.el (conf-test-align-assignments): Fix whitespace. --- test/lisp/textmodes/conf-mode-tests.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/lisp/textmodes/conf-mode-tests.el b/test/lisp/textmodes/conf-mode-tests.el index 5d79ceec967..3eefc8f84f9 100644 --- a/test/lisp/textmodes/conf-mode-tests.el +++ b/test/lisp/textmodes/conf-mode-tests.el @@ -33,7 +33,7 @@ (conf-colon-mode) (conf-align-assignments) (should (equal (buffer-string) - "foo: bar\nbar: baz")))) + "foo: bar\nbar: baz")))) (ert-deftest conf-test-font-lock () (with-temp-buffer -- 2.39.5