remove extra newline at end of worklogs template

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