remove extra newline at end of worklogs template

This commit is contained in:
Cory Bennett
2016-08-21 14:31:11 -07:00
parent ab1cd27c1d
commit d08ef155c8
+1 -2
View File
@@ -164,5 +164,4 @@ const defaultWorklogsTemplate = `{{ range .worklogs }}- # {{.author.name}}, {{.c
comment: {{ or .comment "" }}
timeSpent: {{ .timeSpent }}
{{end}}
`
{{end}}`