Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
namin committed Dec 20, 2012
1 parent baec652 commit 6f29142
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/clojure/clojure/core/logic.clj
Expand Up @@ -2921,9 +2921,9 @@
a (reduce (fn [a c]
(queue a c))
(assoc a :cq (or cq [])) xcs)]
(if cq
a
(fix-constraints a)))))
(if cq
a
(fix-constraints a)))))

(defn run-constraints* [xs cs ws]
(if (or (zero? (count cs))
Expand Down

0 comments on commit 6f29142

Please sign in to comment.