Code formatting
This commit is contained in:
@@ -10,7 +10,6 @@ type MessageSender struct {
|
||||
Numbers []contact.Contact
|
||||
}
|
||||
|
||||
|
||||
func (m *MessageSender) Send() error {
|
||||
if len(m.Numbers) == 0 {
|
||||
return fmt.Errorf("No numbers to send")
|
||||
|
||||
Reference in New Issue
Block a user