Skip to content

Commit d8ce98f

Browse files
committed
wip
1 parent c6541a9 commit d8ce98f

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

test/java_time/dev/gen.clj

+4-6
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
(ns java-time.dev.gen
2-
(:require
3-
[clojure.set :as set]
4-
[clojure.string :as str]
5-
[clojure.walk :as walk])
6-
(:import
7-
(java.io Writer)))
2+
(:require [clojure.set :as set]
3+
[clojure.string :as str]
4+
[clojure.walk :as walk])
5+
(:import (java.io Writer)))
86

97
(def impl-local-sym '+impl+)
108

0 commit comments

Comments
 (0)