Skip to content

Commit 10e649a

Browse files
committed
fix lint errors
1 parent 3caeb7b commit 10e649a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

graphql.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -574,13 +574,15 @@ func (c *Client) processResponse(v any, resp *rawGraphQLResult, extensions any)
574574
func (c *Client) WithRequestModifier(f RequestModifier) *Client {
575575
newClient := *c
576576
newClient.requestModifier = f
577+
577578
return &newClient
578579
}
579580

580581
// WithDebug enable debug mode to print internal error detail.
581582
func (c *Client) WithDebug(debug bool) *Client {
582583
newClient := *c
583584
newClient.debug = debug
585+
584586
return &newClient
585587
}
586588

0 commit comments

Comments
 (0)