Skip to content

Commit

Permalink
Merge pull request #448 from puredanger/patch-2
Browse files Browse the repository at this point in the history
Fix bad ns form
  • Loading branch information
mneise authored Aug 22, 2016
2 parents 010dac1 + efb27c5 commit 2a40443
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion support/test/cljsbuild/test/crossover.clj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
(:require
[clojure.java.io :as io]
[fs.core :as fs])
(import java.net.URL))
(:import java.net.URL))

(def crossover-path "/project/crossovers")
(def crossovers '[a a.a a.b])
Expand Down

0 comments on commit 2a40443

Please sign in to comment.