summaryrefslogtreecommitdiff
path: root/internal/config/config_test.go
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2021-07-26 16:22:34 -0700
committerStan Hu <stanhu@gmail.com>2021-07-26 16:22:34 -0700
commit4e81d534c2f2c87ebdfeafb1f8338b17ffdfc708 (patch)
treea8084b9c6e3baf279eed8b27999e6813b0407794 /internal/config/config_test.go
parent0997266fc03b0851e4ef52d25dbe8b44bdba7de7 (diff)
downloadgitlab-shell-4e81d534c2f2c87ebdfeafb1f8338b17ffdfc708.tar.gz
Fix formatting via make fmt
Diffstat (limited to 'internal/config/config_test.go')
-rw-r--r--internal/config/config_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/config/config_test.go b/internal/config/config_test.go
index 521dd35..5fa8e66 100644
--- a/internal/config/config_test.go
+++ b/internal/config/config_test.go
@@ -4,11 +4,11 @@ import (
"os"
"testing"
- "github.com/stretchr/testify/require"
"github.com/prometheus/client_golang/prometheus"
+ "github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitlab-shell/internal/testhelper"
"gitlab.com/gitlab-org/gitlab-shell/client/testserver"
+ "gitlab.com/gitlab-org/gitlab-shell/internal/testhelper"
)
func TestConfigApplyGlobalState(t *testing.T) {