From 271c1d91ecdf8bca612ea0cb260da1af0c4782d0 Mon Sep 17 00:00:00 2001 From: Toni Vanhala Date: Wed, 4 Dec 2019 20:50:14 +0200 Subject: [PATCH] Revert unnecessary line change - This commit to be merged to `Allow customizing route resolution` --- modules/reitit-core/src/reitit/core.cljc | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/reitit-core/src/reitit/core.cljc b/modules/reitit-core/src/reitit/core.cljc index 5abf657d..0752a587 100644 --- a/modules/reitit-core/src/reitit/core.cljc +++ b/modules/reitit-core/src/reitit/core.cljc @@ -334,7 +334,6 @@ ;; Creating Routers ;; - (defn ^:no-doc default-router-options [] {:lookup (fn lookup [[_ {:keys [name]}] _] (if name #{name})) :expand expand