From 04e772a5bcd4b9d4e82121d63bee9eecc8290cfd Mon Sep 17 00:00:00 2001 From: Nick Alexander Date: Fri, 15 Jul 2016 12:45:35 -0700 Subject: [PATCH] Pre: Fix bad symbol. --- src/datomish/exec_repl.cljc | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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