Skip to content

Commit

Permalink
Also return :columns as part of result map
Browse files Browse the repository at this point in the history
  • Loading branch information
ragnard committed Mar 8, 2013
1 parent 787ec1a commit c79c31d
Showing 1 changed file with 1 addition and 0 deletions.
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 c79c31d

Please sign in to comment.