Remove spurious spaces from between req/resp struct members in generated code.
This commit is contained in:
		@@ -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}}
 | 
			
		||||
`))
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user