Skip to content

Commit

Permalink
Fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
liquidz committed Apr 22, 2020
1 parent 15b39c4 commit de06521
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/testdoc/core.clj
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@
:actual actual})))
[] tests)))

(defn testdoc [msg x]
(defn testdoc
[msg x]
(cond
(var? x)
(let [{ns' :ns doc :doc} (meta x)
Expand Down

0 comments on commit de06521

Please sign in to comment.