From bb44b2f98ca99876fa07bf21cb6f7eaf23d9ba64 Mon Sep 17 00:00:00 2001 From: konrad Date: Thu, 12 Jul 2018 23:37:14 +0200 Subject: [PATCH] fmt --- routes/api/v1/list_by_namespace.go | 1 - 1 file changed, 1 deletion(-) diff --git a/routes/api/v1/list_by_namespace.go b/routes/api/v1/list_by_namespace.go index bcb467ea7ed..7d34f2f6d8c 100644 --- a/routes/api/v1/list_by_namespace.go +++ b/routes/api/v1/list_by_namespace.go @@ -53,7 +53,6 @@ func GetListsByNamespaceID(c echo.Context) error { return c.JSON(http.StatusOK, lists) } - func getNamespace(c echo.Context) (namespace models.Namespace, err error) { // Check if we have our ID id := c.Param("id")