Skip to content

Commit c18d6cb

Browse files
author
wood
committed
feat: fixed-linter
1 parent 3a96466 commit c18d6cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1021,7 +1021,7 @@ func (f writerFunc) Write(p []byte) (n int, err error) {
10211021
return f(p)
10221022
}
10231023

1024-
// Helper functions to implement a header interceptor
1024+
// Helper function to implement a header interceptor.
10251025
func roundTripperWithHeader(key, value string) http.RoundTripper {
10261026
return &injectHeaderTransport{key: key, value: value}
10271027
}

0 commit comments

Comments
 (0)