Skip to content

Commit

Permalink
Add nolint.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgimeno committed Oct 28, 2020
1 parent 58f30aa commit eeb4c53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/rosetta/client/tendermint/block.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ func (c Client) Block(height uint64) (BlockResponse, error) {
endpoint = c.getEndpoint(fmt.Sprintf("block?height=%d", height))
}

resp, err := http.Get(endpoint)
resp, err := http.Get(endpoint) // nolint
if err != nil {
return BlockResponse{}, err
}
Expand Down

0 comments on commit eeb4c53

Please sign in to comment.