summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/lisp/textmodes/conf-mode-tests.el2
1 files changed, 1 insertions, 1 deletions
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