branch: externals/bug-hunter
commit 53a74dd58e474d10dc9f33cf48e6c4c26824aeb4
Author: Artur Malabarba <[email protected]>
Commit: Artur Malabarba <[email protected]>
Whitespace
---
bug-hunter.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/bug-hunter.el b/bug-hunter.el
index e38fcab..41d809d 100644
--- a/bug-hunter.el
+++ b/bug-hunter.el
@@ -303,7 +303,7 @@ are evaluated."
((not expressions)
(apply #'bug-hunter--report-error (cdr rich-forms))
(apply #'vector (cdr rich-forms)))
-
+
;; Make sure there's a bug to hunt.
((progn (bug-hunter--report "Doing some initial tests...")
(not (bug-hunter--run-and-test expressions assertion)))
@@ -311,7 +311,7 @@ are evaluated."
(if assertion "Assertion returned nil even with all expressions
evaluated:"
"No errors signaled even with all expressions evaluated.")
(or assertion "")))
-
+
;; Make sure we're in a forest, not a volcano.
((bug-hunter--run-and-test nil assertion)
(bug-hunter--report-user-error "Test failed.\n%s\n%s"