Skip to content

Commit

Permalink
Fix invalid require in ns form
Browse files Browse the repository at this point in the history
  • Loading branch information
ragnard committed Mar 14, 2013
1 parent af32ba6 commit 402fcd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kibit/rules/util.clj
@@ -1,5 +1,5 @@
(ns kibit.rules.util
(require [clojure.core.logic :as logic]))
(:require [clojure.core.logic :as logic]))

(defn compile-rule [rule]
(let [[pat alt] (logic/prep rule)]
Expand Down

0 comments on commit 402fcd0

Please sign in to comment.