changeset 1647:0828fcb80647

Import email notifications: Removed leading new line.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Thu, 20 Dec 2018 15:45:09 +0100
parents a0982c38eac0
children 53f49b109f0c
files pkg/imports/queue.go
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/pkg/imports/queue.go	Thu Dec 20 15:33:29 2018 +0100
+++ b/pkg/imports/queue.go	Thu Dec 20 15:45:09 2018 +0100
@@ -538,8 +538,7 @@
 
 var (
 	importNotificationMailTmpl = template.Must(
-		template.New("notification").Parse(`
-Dear {{ .User }},
+		template.New("notification").Parse(`Dear {{ .User }},
 
 a {{ .Description }} import on server {{ .Server }} triggered
 this email notification.