Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
dwwoelfel committed Dec 23, 2024
1 parent d71c7f3 commit c770d78
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions server/src/instant/reactive/store.clj
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@
[instant.util.async :as ua]
[instant.util.coll :as ucoll]
[instant.util.exception :as ex]
[instant.util.tracer :as tracer]
[medley.core :refer [dissoc-in]])
[instant.util.tracer :as tracer])
(:import
(java.lang InterruptedException)
(java.util.concurrent CancellationException)))
Expand Down Expand Up @@ -421,7 +420,7 @@
(Exception. "Did not deliver promise!")})
(deliver (:cancel-signal @result-delay)
false)))))
cancel-fut (binding [ua/*child-vfutures* nil]
_cancel-fut (binding [ua/*child-vfutures* nil]
(ua/vfuture
(when @(:cancel-signal @result-delay)
(sql/cancel-in-progress stmt-tracker)
Expand Down

0 comments on commit c770d78

Please sign in to comment.