Skip to content

Commit a0b0d8c

Browse files
committed
cleaned up
1 parent 5ab92b7 commit a0b0d8c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

internal/mbhttp/client.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,5 @@ func (c *Client) Do(req *http.Request, v interface{}) (*http.Response, error) {
5959
if err := json.Unmarshal(b, &v); err != nil {
6060
return nil, errors.Wrap(err, "decode response data")
6161
}
62-
6362
return resp, nil
6463
}

0 commit comments

Comments
 (0)