style: remove stray blank line in doRequestWithBody
This commit is contained in:
@@ -384,7 +384,6 @@ func (c *Client) doRequestWithBody(ctx context.Context, method, reqURL string, r
|
|||||||
opts.extraHeaders = map[string]string{"Content-Type": "application/json"}
|
opts.extraHeaders = map[string]string{"Content-Type": "application/json"}
|
||||||
}
|
}
|
||||||
return c.doRequestCore(ctx, method, reqURL, opts)
|
return c.doRequestCore(ctx, method, reqURL, opts)
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// doJSONRequest performs an HTTP request with a JSON body and returns the response body.
|
// doJSONRequest performs an HTTP request with a JSON body and returns the response body.
|
||||||
|
|||||||
Reference in New Issue
Block a user