releaser: Remove trailing space in fixes list - hugo - [fork] hugo port for 9front
HTML git clone git@git.drkhsh.at/hugo.git
DIR Log
DIR Files
DIR Refs
DIR Submodules
DIR README
DIR LICENSE
---
DIR commit b463c5ad867a9fa71ab096ab3326c84d84e7e8ea
DIR parent 1a041522dff56b854b15ce4870c3b86e617d05db
HTML Author: Anthony Fok <foka@debian.org>
Date: Sun, 25 Jun 2017 08:29:58 -0600
releaser: Remove trailing space in fixes list
Diffstat:
M releaser/releasenotes_writer.go | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
DIR diff --git a/releaser/releasenotes_writer.go b/releaser/releasenotes_writer.go
@@ -103,9 +103,9 @@ Hugo now has:
{{ define "change-section" }}
{{ range . }}
{{- if .GitHubCommit -}}
-* {{ .Subject }} {{ . | commitURL }} {{ . | authorURL }} {{ range .Issues }}{{ . | issue }} {{ end }}
+* {{ .Subject }} {{ . | commitURL }} {{ . | authorURL }} {{ range .Issues }}{{ . | issue }}{{ end }}
{{ else -}}
-* {{ .Subject }} {{ range .Issues }}{{ . | issue }} {{ end }}
+* {{ .Subject }} {{ range .Issues }}{{ . | issue }}{{ end }}
{{ end -}}
{{- end }}
{{ end }}