emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] fix/group-by-write-out e468937 09/14: Formatting


From: Phillip Lord
Subject: [elpa] fix/group-by-write-out e468937 09/14: Formatting
Date: Tue, 04 Aug 2015 19:45:08 +0000

branch: fix/group-by-write-out
commit e4689374f120356ed5a4aac134a16e5dc77b07fd
Author: Matus Goljer <address@hidden>
Commit: Matus Goljer <address@hidden>

    Formatting
---
 dev/examples-to-tests.el |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev/examples-to-tests.el b/dev/examples-to-tests.el
index bd01637..2447065 100644
--- a/dev/examples-to-tests.el
+++ b/dev/examples-to-tests.el
@@ -3,8 +3,8 @@
 (defun example-to-should (actual sym expected)
   (cond ((eq sym '=>)
          `(should (equal ,actual ,expected)))
-       ((eq sym '~>)
-        `(should (approx-equal ,actual ,expected)))
+        ((eq sym '~>)
+         `(should (approx-equal ,actual ,expected)))
         ((eq sym '!!>)
          `(should-error (eval ',actual) :type ',expected))
         (t



reply via email to

[Prev in Thread] Current Thread [Next in Thread]