forked from TrueCloudLab/frostfs-api-go
[#90] apemanager: Run gofumpt
Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
This commit is contained in:
parent
610c450a65
commit
3639563d80
1 changed files with 1 additions and 2 deletions
|
@ -109,8 +109,7 @@ type RemoveChainResponse struct {
|
||||||
session.ResponseHeaders
|
session.ResponseHeaders
|
||||||
}
|
}
|
||||||
|
|
||||||
type RemoveChainResponseBody struct {
|
type RemoveChainResponseBody struct{}
|
||||||
}
|
|
||||||
|
|
||||||
func (r *RemoveChainResponse) SetBody(body *RemoveChainResponseBody) {
|
func (r *RemoveChainResponse) SetBody(body *RemoveChainResponseBody) {
|
||||||
r.body = body
|
r.body = body
|
||||||
|
|
Loading…
Reference in a new issue