Skip to content

Commit 6268ca0

Browse files
committed
when-not
1 parent b1d6fc0 commit 6268ca0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/clojure/clojure/core/async.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ IOC and vthread code.
8585

8686
(def ^:private lazy-loading-supported? (dispatch/at-least-clojure-version? [1 12 3]))
8787

88-
(when (not lazy-loading-supported?)
88+
(when-not lazy-loading-supported?
8989
(require 'clojure.core.async.impl.go))
9090

9191
(alias 'core 'clojure.core)

0 commit comments

Comments
 (0)