File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
src/lambdaisland/deep_diff Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 3636 [:align (interpose [:span (:map-delimiter this) :line ] entries)]
3737 (color/document this :delimiter " }" )]))
3838
39- (def ^:private thread-local-utc-date-format
39+ (def ^:private ^ThreadLocal thread-local-utc-date-format
4040 (proxy [ThreadLocal] []
4141 (initialValue []
4242 (doto (SimpleDateFormat. " yyyy-MM-dd'T'HH:mm:ss.SSS-00:00" )
4343 (.setTimeZone (TimeZone/getTimeZone " GMT" ))))))
4444
4545(def ^:private print-date
46- (puget/tagged-handler 'inst
47- #(.format (.get thread-local-utc-date-format) %)))
46+ (puget/tagged-handler
47+ 'inst
48+ #(.format ^SimpleDateFormat (.get thread-local-utc-date-format) %)))
4849
4950(def ^:private print-handlers
5051 {'lambdaisland.deep_diff.diff.Deletion
You can’t perform that action at this time.
0 commit comments