Skip to content

Commit

Permalink
linting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mjayprateek committed Jun 26, 2020
1 parent dc1beb0 commit 3d7335f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/ziggurat/middleware/metrics/stream_joins_diff.clj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

(defn publish-diff-between-joined-messages
[handler-fn]
(fn [message]
(do (publish-diff-between-joined-messages-helper message)
(handler-fn message))))
(fn [message]
(do (publish-diff-between-joined-messages-helper message)
(handler-fn message))))

0 comments on commit 3d7335f

Please sign in to comment.