1
0
mirror of https://github.com/nikoksr/notify.git synced 2025-02-07 13:08:12 +02:00

Removed whitespace

This commit is contained in:
KrishanBhalla 2021-02-01 19:48:33 +00:00
parent e6d5c854d9
commit 21736b6110

1
use.go
View File

@ -5,7 +5,6 @@ func (n *Notify) useService(service Notifier) {
if service == nil { if service == nil {
return return
} }
n.notifiers = append(n.notifiers, service) n.notifiers = append(n.notifiers, service)
} }