Skip to content

Commit

Permalink
eventstreamapi: fixup golint function docstring (#4290)
Browse files Browse the repository at this point in the history
Fixes docstring for new ApplyHTTPTransportFixes function added to eventstreampapi package.
  • Loading branch information
jasdel committed Mar 15, 2022
1 parent 720ba92 commit 7a84b13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion private/protocol/eventstream/eventstreamapi/transport.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ package eventstreamapi

import "github.com/aws/aws-sdk-go/aws/request"

// This is a no-op for Go 1.18 and above.
// ApplyHTTPTransportFixes is a no-op for Go 1.18 and above.
func ApplyHTTPTransportFixes(r *request.Request) {
}

0 comments on commit 7a84b13

Please sign in to comment.