Correct gofmt version 1.19 (#2267)

This commit is contained in:
Cesar Celis Hernandez
2022-08-25 12:44:55 -04:00
committed by GitHub
parent cd21ad2085
commit 3e9fb853d9
253 changed files with 777 additions and 527 deletions

View File

@@ -33,7 +33,8 @@ import (
// ChangeUserPasswordCreatedCode is the HTTP code returned for type ChangeUserPasswordCreated
const ChangeUserPasswordCreatedCode int = 201
/*ChangeUserPasswordCreated Password successfully changed.
/*
ChangeUserPasswordCreated Password successfully changed.
swagger:response changeUserPasswordCreated
*/
@@ -54,7 +55,8 @@ func (o *ChangeUserPasswordCreated) WriteResponse(rw http.ResponseWriter, produc
rw.WriteHeader(201)
}
/*ChangeUserPasswordDefault Generic error response.
/*
ChangeUserPasswordDefault Generic error response.
swagger:response changeUserPasswordDefault
*/