Skip to content

Commit

Permalink
Remove obsolete template functions
Browse files Browse the repository at this point in the history
  • Loading branch information
VojtechVitek committed Nov 5, 2022
1 parent 19f555d commit f43dabc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client.go.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
return {
{{- $outputsCount := .Outputs|len -}}
{{- range $i, $output := .Outputs}}
{{$output.Name}}: {{if isStructType $output.Type}}new {{$output.Type}}{{end}}(_data.{{$output.Name}}){{listComma $i $outputsCount}}
{{if gt $i 0}}, {{end}}{{$output.Name}}: {{if isStructType $output.Type}}new {{$output.Type}}{{end}}(_data.{{$output.Name}})
{{- end}}
}
})
Expand Down
File renamed without changes.

0 comments on commit f43dabc

Please sign in to comment.