Skip to content

Commit

Permalink
remove extra newline at end of worklogs template
Browse files Browse the repository at this point in the history
  • Loading branch information
coryb committed Aug 21, 2016
1 parent ab1cd27 commit d08ef15
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions templates.go
Original file line number Diff line number Diff line change
Expand Up @@ -164,5 +164,4 @@ const defaultWorklogsTemplate = `{{ range .worklogs }}- # {{.author.name}}, {{.c
comment: {{ or .comment "" }}
timeSpent: {{ .timeSpent }}
{{end}}
`
{{end}}`

0 comments on commit d08ef15

Please sign in to comment.