Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'internal/helper/storage.go')
-rw-r--r--internal/helper/storage.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/internal/helper/storage.go b/internal/helper/storage.go
index 4a8559c06..f74a3302f 100644
--- a/internal/helper/storage.go
+++ b/internal/helper/storage.go
@@ -46,7 +46,6 @@ func IncomingToOutgoing(ctx context.Context) context.Context {
// InjectGitalyServers injects gitaly-servers metadata into an outgoing context
func InjectGitalyServers(ctx context.Context, name, address, token string) (context.Context, error) {
-
gitalyServers := storage.GitalyServers{
name: {
"address": address,