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:
authorAlejandro Rodríguez <alejorro70@gmail.com>2018-10-15 06:37:36 +0300
committerAlejandro Rodríguez <alejorro70@gmail.com>2018-10-15 06:48:41 +0300
commit90e4c24f1ec8af0b2358185cbafaabddf205be27 (patch)
treeeb419646c4b25093f1f3f066301d62e26fd10980 /internal/helper/repo_test.go
parentbff767c7c98f12ef011a40de2e0dfe318ca620f4 (diff)
Fix formatting
Diffstat (limited to 'internal/helper/repo_test.go')
-rw-r--r--internal/helper/repo_test.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/internal/helper/repo_test.go b/internal/helper/repo_test.go
index 037831f23..ca2c43cc2 100644
--- a/internal/helper/repo_test.go
+++ b/internal/helper/repo_test.go
@@ -5,11 +5,10 @@ import (
"path"
"testing"
+ "github.com/stretchr/testify/assert"
"gitlab.com/gitlab-org/gitaly-proto/go/gitalypb"
"gitlab.com/gitlab-org/gitaly/internal/config"
"gitlab.com/gitlab-org/gitaly/internal/testhelper"
-
- "github.com/stretchr/testify/assert"
"google.golang.org/grpc/codes"
)