update vendor

This commit is contained in:
Megan Marsh 2019-07-01 12:53:04 -07:00
parent 7235a4a775
commit 4d6891111d
1 changed files with 1 additions and 1 deletions

View File

@ -229,7 +229,7 @@ func (c *Client) WithSignatureMethod(method string) *Client {
return c
}
func (c *Client) WithHttpTransport(transport http.RoundTripper) *Client {
func (c *Client) WithHttpTransport (transport http.RoundTripper) *Client {
c.httpClient.Transport = transport
return c
}