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/main_test.go')
-rw-r--r--internal/vfs/serving/main_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/vfs/serving/main_test.go b/internal/vfs/serving/main_test.go
index 85e7c465..c0c2c29f 100644
--- a/internal/vfs/serving/main_test.go
+++ b/internal/vfs/serving/main_test.go
@@ -23,7 +23,7 @@ func TestMain(m *testing.M) {
os.Exit(v)
}
-//nolint: gocyclo // this is vendored code
+// nolint: gocyclo // this is vendored code
func interestingGoroutines() (gs []string) {
buf := make([]byte, 2<<20)
buf = buf[:runtime.Stack(buf, true)]