style: remove stray blank line in doRequestWithBody

This commit is contained in:
claw
2026-05-13 07:25:26 -07:00
parent e70b54f238
commit 271ea7f5fe
-1
View File
@@ -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.