diff --git a/internal/router/router_test.go b/internal/router/router_test.go index 36bdd53..c7a3154 100644 --- a/internal/router/router_test.go +++ b/internal/router/router_test.go @@ -150,4 +150,4 @@ func getAllRoutes(router *chi.Mux) []string { _ = chi.Walk(router, walkFunc) return routes -} \ No newline at end of file +}