diff --git a/test/cljc/reitit/core_test.cljc b/test/cljc/reitit/core_test.cljc index 347d63d3..fc112239 100644 --- a/test/cljc/reitit/core_test.cljc +++ b/test/cljc/reitit/core_test.cljc @@ -435,5 +435,3 @@ (deftest routing-bug-test-538 (let [router (r/router [["/:a"] ["/:b"]] {:conflicts nil})] (is (nil? (r/match-by-path router ""))))) - -