1
0
mirror of https://github.com/axllent/mailpit.git synced 2026-04-24 20:55:56 +02:00

Formatting

This commit is contained in:
Ralph Slooten
2026-01-13 15:01:55 +13:00
parent 181cb0714a
commit 4a4c149eed
+2 -2
View File
@@ -163,9 +163,9 @@ func (c CanIEmail) getTest(k string) (Warning, error) {
p++
s.Support = "partial"
noteIDS := noteMatch.FindStringSubmatch(fmt.Sprintf("%s", support))
noteIDs := noteMatch.FindStringSubmatch(fmt.Sprintf("%s", support))
for _, id := range noteIDS {
for _, id := range noteIDs {
s.NoteNumber = id
}
}