Skip to content

Commit 4030c20

Browse files
committed
feat: removed-unnecessary-new-line
1 parent 2e27b65 commit 4030c20

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

client.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ func NewClient(apiKey string, options ...Option) *Client {
8888
if c.httpClient != nil {
8989
c.client = resty.NewWithClient(c.httpClient)
9090
c.config.userProvidedClient = true
91-
9291
} else {
9392
c.client = resty.New()
9493
}

0 commit comments

Comments
 (0)