Skip to content

Commit

Permalink
linter: fix defproject
Browse files Browse the repository at this point in the history
  • Loading branch information
candid82 committed Apr 8, 2017
1 parent b107aa4 commit f857df8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/data/linter_clj.joke
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

(joker.core/in-ns 'user)

(def defproject)

(doseq
[sym
'(
Expand Down Expand Up @@ -54,8 +56,6 @@

(joker.core/in-ns 'joker.core)

(def ^:private defproject)

;; Unsupported arities

(def __deref__ deref)
Expand Down

0 comments on commit f857df8

Please sign in to comment.