Skip to content

Commit dfa5a8a

Browse files
authored
refactor: Use spaces (#145)
1 parent 738de6d commit dfa5a8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/client.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ type ClientOption func(*{{ $clientTypeName }}) error
3333
// Creates a new {{ $clientTypeName }}, with reasonable defaults
3434
func NewClient(server string, opts ...ClientOption) (*{{ $clientTypeName }}, error) {
3535
retryClient := retryablehttp.NewClient()
36-
retryClient.Logger = nil
36+
retryClient.Logger = nil
3737
opts = append([]ClientOption{WithHTTPClient(retryClient.StandardClient())}, opts...)
3838
// create a client with sane default values
3939
client := {{ $clientTypeName }}{

0 commit comments

Comments
 (0)