formatting

This commit is contained in:
Hayden 2022-10-16 17:50:57 -08:00
parent 0abe5fdc71
commit cb9334d65f

View file

@ -70,7 +70,6 @@ func (ctrl *V1Controller) HandleLocationCreate() http.HandlerFunc {
// @Security Bearer // @Security Bearer
func (ctrl *V1Controller) HandleLocationDelete() http.HandlerFunc { func (ctrl *V1Controller) HandleLocationDelete() http.HandlerFunc {
return ctrl.handleLocationGeneral() return ctrl.handleLocationGeneral()
} }
// HandleLocationGet godocs // HandleLocationGet godocs