Code formatting
This commit is contained in:
@@ -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")
|
||||||
|
|||||||
Reference in New Issue
Block a user