gofmt to pass CI

chore-update-workflows
Jordan Wright 2024-09-22 09:47:23 -05:00
parent e917ad4dcc
commit 50ba2109a0
2 changed files with 3 additions and 3 deletions

View File

@ -115,8 +115,8 @@ func (im *Monitor) Shutdown() error {
return nil
}
// checkForNewEmails logs into an IMAP account and checks unread emails
// for the rid campaign identifier.
// checkForNewEmails logs into an IMAP account and checks unread emails for the
// rid campaign identifier.
func checkForNewEmails(im models.IMAP) {
im.Host = im.Host + ":" + strconv.Itoa(int(im.Port)) // Append port
mailServer := Mailbox{