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:
Diffstat (limited to 'internal/vfs/serving/serving_test.go')
-rw-r--r--internal/vfs/serving/serving_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/vfs/serving/serving_test.go b/internal/vfs/serving/serving_test.go
index 161fd2e2..f7bfc2e9 100644
--- a/internal/vfs/serving/serving_test.go
+++ b/internal/vfs/serving/serving_test.go
@@ -22,7 +22,7 @@ var (
lastMod = time.Now()
)
-//nolint: gocyclo // this is vendored code
+// nolint: gocyclo // this is vendored code
func TestServeContent(t *testing.T) {
defer afterTest(t)
type serveParam struct {