summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Manuel <nilslice@gmail.com>2017-01-02 12:31:11 -0800
committerSteve Manuel <nilslice@gmail.com>2017-01-02 12:31:11 -0800
commitd8843906a9706d9ee1cfa72b1c3af73d3989e119 (patch)
tree353fd0d748d4495a714dc658f5bda98a6c139986
parent17e15133c591a51214092001a67df2bfba6f1f91 (diff)
editing layout in file generated by generate command
-rw-r--r--cmd/ponzu/contentType.tmpl3
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 {