summaryrefslogtreecommitdiff
path: root/internal/transport/deliver.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/transport/deliver.go')
-rw-r--r--internal/transport/deliver.go5
1 files changed, 3 insertions, 2 deletions
diff --git a/internal/transport/deliver.go b/internal/transport/deliver.go
index 5a522874a..80e84802c 100644
--- a/internal/transport/deliver.go
+++ b/internal/transport/deliver.go
@@ -1,6 +1,6 @@
/*
GoToSocial
- Copyright (C) 2021 GoToSocial Authors admin@gotosocial.org
+ Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
@@ -20,8 +20,9 @@ package transport
import (
"context"
- "github.com/sirupsen/logrus"
"net/url"
+
+ "github.com/sirupsen/logrus"
)
func (t *transport) BatchDeliver(ctx context.Context, b []byte, recipients []*url.URL) error {