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/gitlabshell/env.go')
-rw-r--r--internal/gitlabshell/env.go4
1 files changed, 3 insertions, 1 deletions
diff --git a/internal/gitlabshell/env.go b/internal/gitlabshell/env.go
index 79bae0646..4db3c4fd0 100644
--- a/internal/gitlabshell/env.go
+++ b/internal/gitlabshell/env.go
@@ -1,6 +1,8 @@
package gitlabshell
-import "gitlab.com/gitlab-org/gitaly/internal/config"
+import (
+ "gitlab.com/gitlab-org/gitaly/internal/config"
+)
// Env is a helper that returns a slice with environment variables used by gitlab shell
func Env() []string {