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/bootstrap
parenta05e38b4e0bdf3f3482e341c242f7c3fb90ee7b7 (diff)
Auto-format whitespace between imports
Diffstat (limited to 'internal/bootstrap')
-rw-r--r--internal/bootstrap/bootstrap_test.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/internal/bootstrap/bootstrap_test.go b/internal/bootstrap/bootstrap_test.go
index 78cba7ac9..15c43fba5 100644
--- a/internal/bootstrap/bootstrap_test.go
+++ b/internal/bootstrap/bootstrap_test.go
@@ -13,9 +13,8 @@ import (
"testing"
"time"
- "gitlab.com/gitlab-org/gitaly/internal/config"
-
"github.com/stretchr/testify/require"
+ "gitlab.com/gitlab-org/gitaly/internal/config"
)
var testConfigGracefulRestartTimeout = 2 * time.Second