Skip to content

Commit

Permalink
go fmt
Browse files Browse the repository at this point in the history
Signed-off-by: Juan Manuel Fresia <[email protected]>
  • Loading branch information
juanfresia committed Jun 26, 2020
1 parent ff0f465 commit 097581e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client.go
Original file line number Diff line number Diff line change
Expand Up @@ -588,8 +588,8 @@ func (c *Client) Do(req *Request) (*http.Response, error) {

if logger != nil {
switch v := logger.(type) {
case LeveledFormatLogger:
v.Debugf("%s %s: performing request", req.Method, req.URL)
case LeveledFormatLogger:
v.Debugf("%s %s: performing request", req.Method, req.URL)
case LeveledLogger:
v.Debug("performing request", "method", req.Method, "url", req.URL)
case Logger:
Expand Down

0 comments on commit 097581e

Please sign in to comment.