Skip to content

Commit

Permalink
run format alias
Browse files Browse the repository at this point in the history
  • Loading branch information
Theodor Meresescu committed Dec 14, 2023
1 parent 1cae333 commit 91c1c59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/xiana/sse.clj
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
(ns xiana.sse
(:require
[clojure.core.async :as async :refer (<! go-loop)]
[jsonista.core :as j]
[ring.adapter.jetty9 :as jetty]
[taoensso.timbre :as log]
[jsonista.core :as j])
[taoensso.timbre :as log])
(:import
(java.lang
AutoCloseable)))
Expand Down

0 comments on commit 91c1c59

Please sign in to comment.