run gofumpt

This commit is contained in:
Matthew Penner
2022-02-23 15:01:03 -07:00
parent 067ca5bb60
commit 3a738e44d6
14 changed files with 19 additions and 22 deletions

View File

@@ -116,4 +116,4 @@ func parseErrorFromResponse(res *http.Response, body []byte) error {
}
return errors.Wrap(errors.New(emsg), "Error response from daemon")
}
}