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

Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
This commit is contained in:
Evgenii Stratonikov 2024-07-12 17:46:06 +03:00
parent 305641ecb2
commit 2fbbb51104

View file

@ -109,8 +109,7 @@ type RemoveChainResponse struct {
session.ResponseHeaders
}
type RemoveChainResponseBody struct {
}
type RemoveChainResponseBody struct{}
func (r *RemoveChainResponse) SetBody(body *RemoveChainResponseBody) {
r.body = body