style: remove unecessary new-line

This commit is contained in:
Niko Köser
2022-04-22 20:45:49 +02:00
parent 4585e9fc94
commit 78392de0e3
-1
View File
@@ -26,7 +26,6 @@ func (n *Notify) send(ctx context.Context, subject, message string) error {
eg.Go(func() error {
return service.Send(ctx, subject, message)
})
}
err := eg.Wait()