Remove extra whitespace

This commit is contained in:
John Hume 2012-06-10 21:26:11 -04:00
parent 3bb4ad5c71
commit c6238ac337
2 changed files with 0 additions and 2 deletions

View file

@ -96,7 +96,6 @@
(logic/project [form]
(logic/== sbst (concat form (list arg)))))]))])
;; Other
[(not (some ?pred ?coll)) (not-any? ?pred ?coll)])

View file

@ -4,4 +4,3 @@
(defrules rules
;; reduce on var-arg functions
[(reduce + ?coll) (apply + ?coll)])