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.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/internal/helper/storage.go b/internal/helper/storage.go
index 5405421ce..bc39d3891 100644
--- a/internal/helper/storage.go
+++ b/internal/helper/storage.go
@@ -5,9 +5,10 @@ import (
"encoding/json"
"fmt"
- "gitlab.com/gitlab-org/gitaly/internal/storage"
"golang.org/x/net/context"
"google.golang.org/grpc/metadata"
+
+ "gitlab.com/gitlab-org/gitaly/internal/storage"
)
// ExtractGitalyServers extracts `storage.GitalyServers` from an incoming context.