Skip to content
This repository has been archived by the owner on Jul 18, 2020. It is now read-only.

Commit

Permalink
No need for an arrow here.
Browse files Browse the repository at this point in the history
  • Loading branch information
technomancy committed Jun 11, 2014
1 parent 4a6be18 commit 9f46c7f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/radagast/coverage.clj
Expand Up @@ -67,8 +67,7 @@
(doseq [n test-nses]
(require n))

(let [nses (->> (all-ns)
(remove skip-ns? pattern))]
(let [nses (remove (partial skip-ns? pattern) (all-ns))]
(try
(doseq [ns nses]
(instrument-ns! ns))
Expand Down

0 comments on commit 9f46c7f

Please sign in to comment.