gofmt -s -w .

This commit is contained in:
KopfKrieg 2019-01-28 17:08:06 +01:00
parent 083903f617
commit d00305cb25
4 changed files with 12 additions and 12 deletions

View file

@ -60,7 +60,7 @@ func (e *emailTypeNotifier) buildMessage(entries []*log.Entry) []byte {
}
t := time.Now()
header := make(map[string]string)
header["From"] = e.From
header["To"] = e.To