From cb9334d65f8e22132bf61228e1cf88143370b7cc Mon Sep 17 00:00:00 2001 From: Hayden <64056131+hay-kot@users.noreply.github.com> Date: Sun, 16 Oct 2022 17:50:57 -0800 Subject: [PATCH] formatting --- backend/app/api/v1/v1_ctrl_locations.go | 1 - 1 file changed, 1 deletion(-) diff --git a/backend/app/api/v1/v1_ctrl_locations.go b/backend/app/api/v1/v1_ctrl_locations.go index b351233..2b4152f 100644 --- a/backend/app/api/v1/v1_ctrl_locations.go +++ b/backend/app/api/v1/v1_ctrl_locations.go @@ -70,7 +70,6 @@ func (ctrl *V1Controller) HandleLocationCreate() http.HandlerFunc { // @Security Bearer func (ctrl *V1Controller) HandleLocationDelete() http.HandlerFunc { return ctrl.handleLocationGeneral() - } // HandleLocationGet godocs