Remove trailing newline from generated code.

This commit is contained in:
John Beisley 2022-06-13 07:31:03 +01:00
parent 9cff43d4b3
commit 0ff7949387

View File

@ -13,7 +13,7 @@ const ServiceType = {{quote .Manifest.ServiceType}}
{{range .SCPD.SortedActions}}
{{- template "action" args "Action" . "Imps" $Imps}}
{{end}}
{{end}}
{{- end}}
{{define "action"}}
{{- $Imps := .Imps}}