Skip to content

Commit

Permalink
cljfmt fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zonotope committed Feb 10, 2025
1 parent 4c8e7f5 commit 4e9397a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/fluree/server/broadcast/subscriptions.clj
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
[fluree.db.util.json :as json]
[fluree.db.util.log :as log]
[fluree.server.broadcast :refer [Broadcaster]]
[ring.adapter.jetty9.websocket :as ws]
[fluree.server.consensus.events :as events])
[fluree.server.consensus.events :as events]
[ring.adapter.jetty9.websocket :as ws])
(:import (java.io Closeable IOException)
(java.nio.channels ClosedChannelException)))

Expand Down

0 comments on commit 4e9397a

Please sign in to comment.