projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8051c9f
)
Whitespace fix
author
John Wiegley
<johnw@newartisans.com>
Thu, 30 Nov 2017 00:44:11 +0000
(16:44 -0800)
committer
John Wiegley
<johnw@newartisans.com>
Thu, 30 Nov 2017 00:44:11 +0000
(16:44 -0800)
test/lisp/use-package/use-package-tests.el
patch
|
blob
|
history
diff --git
a/test/lisp/use-package/use-package-tests.el
b/test/lisp/use-package/use-package-tests.el
index 830ca644990e0b9111f5f43463ab5b7fb73fed2e..766222b412a77c06dd1c7a947c639889d314aadc 100644
(file)
--- a/
test/lisp/use-package/use-package-tests.el
+++ b/
test/lisp/use-package/use-package-tests.el
@@
-68,9
+68,7
@@
(b-mode " b" foo))
(use-package-normalize/:delight 'foo :delight '((a-mode)
(b-mode " b")))))
- (should-error (use-package-normalize/:delight 'foo :delight '((:eval 1))))
-
- )
+ (should-error (use-package-normalize/:delight 'foo :delight '((:eval 1)))))
(ert-deftest use-package-normalize-diminish ()
(should (equal (use-package-normalize-diminish 'foopkg :diminish nil)