diff --git a/github/client.go b/github/client.go index 5ee9d85..cbaf828 100644 --- a/github/client.go +++ b/github/client.go @@ -384,7 +384,6 @@ func (c *Client) doRequestWithBody(ctx context.Context, method, reqURL string, r opts.extraHeaders = map[string]string{"Content-Type": "application/json"} } return c.doRequestCore(ctx, method, reqURL, opts) - } // doJSONRequest performs an HTTP request with a JSON body and returns the response body.