Code formatting

This commit is contained in:
phoenix
2025-11-14 13:34:19 -05:00
parent bad40076c6
commit 9d1fa65299
-1
View File
@@ -10,7 +10,6 @@ type MessageSender struct {
Numbers []contact.Contact Numbers []contact.Contact
} }
func (m *MessageSender) Send() error { func (m *MessageSender) Send() error {
if len(m.Numbers) == 0 { if len(m.Numbers) == 0 {
return fmt.Errorf("No numbers to send") return fmt.Errorf("No numbers to send")