Skip to content

Commit

Permalink
Merge pull request #76 from ragnard/kibit-it
Browse files Browse the repository at this point in the history
Two minor improvements
  • Loading branch information
jonase committed Mar 8, 2013
2 parents 0e67ee2 + c79c31d commit c69bc03
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project.clj
Expand Up @@ -5,8 +5,8 @@
:url "http://www.eclipse.org/legal/epl-v10.html"
:distribution :repo
:comments "Contact if any questions"}
:dependencies [[org.clojure/clojure "1.5.0-beta1"]
[org.clojure/core.logic "0.8.0-beta2"]
:dependencies [[org.clojure/clojure "1.5.0"]
[org.clojure/core.logic "0.8.0-rc2"]
[org.clojure/tools.namespace "0.2.1"]
[org.clojure/tools.cli "0.2.2"]]
:dev-dependencies [[lein-marginalia "0.7.0"]]
Expand Down
1 change: 1 addition & 0 deletions src/kibit/check.clj
Expand Up @@ -107,6 +107,7 @@ into the namespace."
[expr simplified-expr]
{:expr expr
:line (-> expr meta :line)
:column (-> expr meta :column)
:alt simplified-expr})

;; ### Guarding the check
Expand Down

0 comments on commit c69bc03

Please sign in to comment.