Remove spurious spaces from between req/resp struct members in generated code.

This commit is contained in:
John Beisley
2017-11-05 13:50:25 +00:00
parent 8087be8632
commit 29fc54a4c0
4 changed files with 461 additions and 942 deletions

View File

@ -620,7 +620,7 @@ func (client *{{$srvIdent}}) {{.Name}}({{range $winargs -}}
{{end}}
{{end}}
{{define "argstruct"}}struct {{"{"}}{{range .}}
{{.Name}} string
{{define "argstruct"}}struct {{"{"}}
{{range .}}{{.Name}} string
{{end}}{{"}"}}{{end}}
`))