Skip to content

Commit 66effad

Browse files
committed
Move comment up for nicer formatting
1 parent f961d78 commit 66effad

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/aleph/netty.clj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -243,10 +243,10 @@
243243
(let [d (d/deferred nil)]
244244
(if (.isDone f)
245245
(operation-complete f d)
246-
(let [;; Ensure the same bindings are installed on the Netty thread (vars,
247-
;; classloader) than the thread registering the
248-
;; `operationComplete` callback.
249-
bound-operation-complete (bound-fn* operation-complete)]
246+
;; Ensure the same bindings are installed on the Netty thread (vars,
247+
;; classloader) than the thread registering the
248+
;; `operationComplete` callback.
249+
(let [bound-operation-complete (bound-fn* operation-complete)]
250250
(.addListener f
251251
(reify GenericFutureListener
252252
(operationComplete [_ _]

0 commit comments

Comments
 (0)