diff --git a/src/datomish/exec_repl.cljc b/src/datomish/exec_repl.cljc index 2a6ccdee..6bede5d0 100644 --- a/src/datomish/exec_repl.cljc +++ b/src/datomish/exec_repl.cljc @@ -24,14 +24,14 @@ [datomish.util]]))) #?(:clj -(defn pair-channel->lazy-seq - "Returns a blocking lazy sequence of items taken from the provided channel." - [channel] - (lazy-seq - (when-let [v (clojure.core.async/lazy-seq channel))))))) + (defn pair-channel->lazy-seq + "Returns a blocking lazy sequence of items taken from the provided channel." + [channel] + (lazy-seq + (when-let [v (clojure.core.async/lazy-seq channel))))))) #?(:clj (defn run-to-pair-seq