apemanager: Run gofumpt
Some checks failed
DCO action / DCO (pull_request) Failing after 1m42s
Tests and linters / Tests (1.20) (pull_request) Successful in 2m6s
Tests and linters / Tests (1.19) (pull_request) Successful in 2m13s
Tests and linters / Tests with -race (pull_request) Successful in 2m18s
Tests and linters / Lint (pull_request) Successful in 2m36s
Some checks failed
DCO action / DCO (pull_request) Failing after 1m42s
Tests and linters / Tests (1.20) (pull_request) Successful in 2m6s
Tests and linters / Tests (1.19) (pull_request) Successful in 2m13s
Tests and linters / Tests with -race (pull_request) Successful in 2m18s
Tests and linters / Lint (pull_request) Successful in 2m36s
Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
This commit is contained in:
parent
305641ecb2
commit
2fbbb51104
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