Skip to content

Commit

Permalink
Code style
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Nov 30, 2018
1 parent 3943a39 commit fe6b5f4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion metrics-clojure-core/src/metrics/timers.clj
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,8 @@
[^Timer t ^clojure.lang.IFn f]
(.time t ^Callable f))

(defn update! [^Timer t ^long duration, ^TimeUnit unit]
(defn update!
[^Timer t ^long duration, ^TimeUnit unit]
(.update t duration unit))

(defn start
Expand Down

0 comments on commit fe6b5f4

Please sign in to comment.