mirror of
https://github.com/wneessen/go-mail.git
synced 2024-11-22 13:50:49 +01:00
Make GoLinter happy
This commit is contained in:
parent
a6e36d57bc
commit
c3298d7181
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ func TestMsgWriter_writeMsg(t *testing.T) {
|
||||||
ea = append(ea, "Message body")
|
ea = append(ea, "Message body")
|
||||||
}
|
}
|
||||||
if len(ea) > 0 {
|
if len(ea) > 0 {
|
||||||
em := fmt.Sprint("writeMsg() failed. The following errors occured:\n")
|
em := "writeMsg() failed. The following errors occured:\n"
|
||||||
for e := range ea {
|
for e := range ea {
|
||||||
em += fmt.Sprintf("* incorrect %q field", ea[e])
|
em += fmt.Sprintf("* incorrect %q field", ea[e])
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue