From 12b4c1c49c8624e28940f6359b923d7e7747f4e1 Mon Sep 17 00:00:00 2001 From: Gustavo Valente Date: Wed, 18 Oct 2023 20:55:52 -0300 Subject: [PATCH] Apply cljstyle to route_test --- test/xiana/route_test.clj | 1 - 1 file changed, 1 deletion(-) diff --git a/test/xiana/route_test.clj b/test/xiana/route_test.clj index 6813c14f..f6d3f7d2 100644 --- a/test/xiana/route_test.clj +++ b/test/xiana/route_test.clj @@ -98,4 +98,3 @@ ;; verify if action has the expected value (is (= action expected)))) -