Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-pages.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryigithankardas <root>2022-02-18 04:12:32 +0300
committeryigithankardas <root>2022-02-18 04:12:32 +0300
commitae086e4ca56064b511e306f0663e0badb3e3433a (patch)
tree38b1a627ffe5f89c3e98f6ad5a31bbe8c4f6ee66 /internal
parent5c08f7dd4f4e386652ce70341e6eabad3b0ffbb3 (diff)
lint: linting with make format
Diffstat (limited to 'internal')
-rw-r--r--internal/httptransport/metered_round_tripper_test.go1
-rw-r--r--internal/urilimiter/urilimiter_test.go1
2 files changed, 2 insertions, 0 deletions
diff --git a/internal/httptransport/metered_round_tripper_test.go b/internal/httptransport/metered_round_tripper_test.go
index 8a298e20..2d05a1c3 100644
--- a/internal/httptransport/metered_round_tripper_test.go
+++ b/internal/httptransport/metered_round_tripper_test.go
@@ -10,6 +10,7 @@ import (
"github.com/prometheus/client_golang/prometheus/testutil"
"github.com/stretchr/testify/require"
+
"gitlab.com/gitlab-org/gitlab-pages/internal/testhelpers"
)
diff --git a/internal/urilimiter/urilimiter_test.go b/internal/urilimiter/urilimiter_test.go
index a314ec91..23b84102 100644
--- a/internal/urilimiter/urilimiter_test.go
+++ b/internal/urilimiter/urilimiter_test.go
@@ -8,6 +8,7 @@ import (
"testing"
"github.com/stretchr/testify/require"
+
"gitlab.com/gitlab-org/gitlab-pages/internal/testhelpers"
)