mirror of
https://github.com/axllent/mailpit.git
synced 2026-06-28 06:56:06 +00:00
Formatting
This commit is contained in:
@@ -163,9 +163,9 @@ func (c CanIEmail) getTest(k string) (Warning, error) {
|
|||||||
p++
|
p++
|
||||||
s.Support = "partial"
|
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
|
s.NoteNumber = id
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user