From 0d3a195cd86169fea29439ff08292147e760e996 Mon Sep 17 00:00:00 2001 From: Tommi Reiman Date: Sun, 26 Apr 2020 21:28:08 +0300 Subject: [PATCH] Format --- modules/reitit-core/src/reitit/impl.cljc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/reitit-core/src/reitit/impl.cljc b/modules/reitit-core/src/reitit/impl.cljc index 6dbb1954..3e58e48b 100644 --- a/modules/reitit-core/src/reitit/impl.cljc +++ b/modules/reitit-core/src/reitit/impl.cljc @@ -71,7 +71,7 @@ (defn resolve-routes [raw-routes {:keys [coerce] :as opts}] (cond->> (->> (walk raw-routes opts) (map-data merge-data)) - coerce (into [] (keep #(coerce % opts))))) + coerce (into [] (keep #(coerce % opts))))) (defn path-conflicting-routes [routes opts] (-> (into {}