From 095fc00319a741fabcbacf45a00e0f380ab08ceb Mon Sep 17 00:00:00 2001 From: Stephen Rudolph Date: Fri, 12 Feb 2016 20:29:40 -0600 Subject: [PATCH] Added newline back --- test/com/rpl/specter/core_test.cljx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/com/rpl/specter/core_test.cljx b/test/com/rpl/specter/core_test.cljx index 5810b5f..5f8f431 100644 --- a/test/com/rpl/specter/core_test.cljx +++ b/test/com/rpl/specter/core_test.cljx @@ -777,4 +777,4 @@ (= l1 l2) (seq? l2) ;; Transformed lists are only guaranteed to impelment ISeq (= q1 q2) - (= (type q1) (type q2)))))) \ No newline at end of file + (= (type q1) (type q2))))))