Skip to content
This repository has been archived by the owner on Jan 28, 2019. It is now read-only.

Commit

Permalink
SQUASHME: fix test-clojure.generators whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
arrdem committed Mar 30, 2016
1 parent 5c86129 commit f251642
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/clojure/test_clojure/generators.clj
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
(let [nses (mapv #(create-ns (symbol (str "clojure.generated.ns" %))) (range nses))
_ (doseq [ns nses]
(binding [*ns* ns]
(require '[clojure.core :refer :all])))
(require '[clojure.core :refer :all])))
vars (->> (mapcat
(fn [ns]
(map
Expand Down

0 comments on commit f251642

Please sign in to comment.