Skip to content

Commit

Permalink
codegen: Correct the generated event stream docstring
Browse files Browse the repository at this point in the history
Fixes missing closing parentese in event stream docstring found in
aws#4251
  • Loading branch information
jasdel committed Feb 3, 2022
1 parent ca8f7ec commit b41ccb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion private/model/api/eventstream_tmpl.go
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ type {{ $esapi.Name }} struct {
// is called.
{{- end }}
//
// es := New{{ $esapi.Name }}(func(o *{{ $esapi.Name}}{
// es := New{{ $esapi.Name }}(func(o *{{ $esapi.Name}}){
{{- if $inputStream }}
// es.Writer = myMockStreamWriter
{{- end }}
Expand Down

0 comments on commit b41ccb1

Please sign in to comment.