Formatting missing areas with gofmt (#2278)

Co-authored-by: Lenin Alevski <alevsk.8772@gmail.com>
This commit is contained in:
Cesar Celis Hernandez
2022-08-29 18:04:09 -04:00
committed by GitHub
parent 139771f4d4
commit 9357c2db0e
131 changed files with 400 additions and 270 deletions

View File

@@ -33,7 +33,8 @@ import (
// LoginOperatorNoContentCode is the HTTP code returned for type LoginOperatorNoContent
const LoginOperatorNoContentCode int = 204
/*LoginOperatorNoContent A successful login.
/*
LoginOperatorNoContent A successful login.
swagger:response loginOperatorNoContent
*/
@@ -54,7 +55,8 @@ func (o *LoginOperatorNoContent) WriteResponse(rw http.ResponseWriter, producer
rw.WriteHeader(204)
}
/*LoginOperatorDefault Generic error response.
/*
LoginOperatorDefault Generic error response.
swagger:response loginOperatorDefault
*/