Removed redundant call to logic/prep

This commit is contained in:
Jonas Enlund 2013-03-10 19:33:44 +02:00
parent 19c326ad4b
commit 665fbc26ef
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
(defproject jonase/kibit "0.0.8"
(defproject jonase/kibit "0.0.9-SNAPSHOT"
:description "There's a function for that!"
:url "https://github.com/jonase/kibit"
:license {:name "Eclipse Public License - v 1.0"

View file

@ -37,4 +37,4 @@
;; TODO: Consider a refactor for this into a function
;; `(defn rules-for-ns [& namespaces])`
(def all-rules (map logic/prep (apply concat (vals rule-map))))
(def all-rules (apply concat (vals rule-map)))