Skip to content

Commit

Permalink
chore: make check-gen happy
Browse files Browse the repository at this point in the history
  • Loading branch information
wei-wang-cb committed Jul 23, 2023
1 parent 7cf1d78 commit 73a13a8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion client/api_search.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ func (a *SearchAPIService) SearchTransactions(
_, _ = io.Copy(io.Discard, localVarHTTPResponse.Body)
_ = localVarHTTPResponse.Body.Close()
}()

if err != nil {
return nil, nil, fmt.Errorf("failed to read response: %w", err)
}
Expand Down
1 change: 1 addition & 0 deletions templates/client/api.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import (
_ioutil "io/ioutil"
_nethttp "net/http"
"fmt"
"io"

"github.com/coinbase/rosetta-sdk-go/types"
{{#imports}} "{{import}}"
Expand Down

0 comments on commit 73a13a8

Please sign in to comment.