diff options
-rw-r--r-- | cmd/ponzu/contentType.tmpl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cmd/ponzu/contentType.tmpl b/cmd/ponzu/contentType.tmpl index 1a57950..7bf6f06 100644 --- a/cmd/ponzu/contentType.tmpl +++ b/cmd/ponzu/contentType.tmpl @@ -28,7 +28,8 @@ func ({{ .Initial }} *{{ .Name }}) MarshalEditor() ([]byte, error) { "type": "text", "placeholder": "Enter the {{ .Name }} here", }), - },{{ end }} + }, + {{ end }} ) if err != nil { |