diff options
| author | Glenn Morris | 2019-02-15 16:49:27 -0500 |
|---|---|---|
| committer | Glenn Morris | 2019-02-15 17:16:06 -0500 |
| commit | a298a1f6b2fc745163198825941dbe593dff331c (patch) | |
| tree | b3c525b09d40fc9d37020efde6bc640b3832d07f | |
| parent | b15e6e456da915e7f398be63dfaaee64bdb6dc2d (diff) | |
| download | emacs-a298a1f6b2fc745163198825941dbe593dff331c.tar.gz emacs-a298a1f6b2fc745163198825941dbe593dff331c.zip | |
* test/lisp/textmodes/conf-mode-tests.el (conf-test-align-assignments):
Fix whitespace.
| -rw-r--r-- | test/lisp/textmodes/conf-mode-tests.el | 2 |
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 @@ | |||
| 33 | (conf-colon-mode) | 33 | (conf-colon-mode) |
| 34 | (conf-align-assignments) | 34 | (conf-align-assignments) |
| 35 | (should (equal (buffer-string) | 35 | (should (equal (buffer-string) |
| 36 | "foo: bar\nbar: baz")))) | 36 | "foo: bar\nbar: baz")))) |
| 37 | 37 | ||
| 38 | (ert-deftest conf-test-font-lock () | 38 | (ert-deftest conf-test-font-lock () |
| 39 | (with-temp-buffer | 39 | (with-temp-buffer |