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:
authorJacob Vosmaer <jacob@gitlab.com>2020-01-09 22:20:59 +0300
committerPaul Okstad <pokstad@gitlab.com>2020-01-09 22:20:59 +0300
commitbf9f52bc5d55f43486000f70f4aeefce809d6771 (patch)
tree5e5f784e3b2dec563f867e7624924e6d468c66a2 /internal/git/remote
parenta05e38b4e0bdf3f3482e341c242f7c3fb90ee7b7 (diff)
Auto-format whitespace between imports
Diffstat (limited to 'internal/git/remote')
-rw-r--r--internal/git/remote/remote_test.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/internal/git/remote/remote_test.go b/internal/git/remote/remote_test.go
index af4c56a9e..c695bd041 100644
--- a/internal/git/remote/remote_test.go
+++ b/internal/git/remote/remote_test.go
@@ -3,9 +3,8 @@ package remote
import (
"testing"
- "gitlab.com/gitlab-org/gitaly/internal/helper"
-
"github.com/stretchr/testify/require"
+ "gitlab.com/gitlab-org/gitaly/internal/helper"
"gitlab.com/gitlab-org/gitaly/internal/testhelper"
)