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/serving/disk/symlink/symlink.go')
-rw-r--r--internal/serving/disk/symlink/symlink.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/serving/disk/symlink/symlink.go b/internal/serving/disk/symlink/symlink.go
index 35545a4d..fe26aa63 100644
--- a/internal/serving/disk/symlink/symlink.go
+++ b/internal/serving/disk/symlink/symlink.go
@@ -14,7 +14,7 @@ import (
"gitlab.com/gitlab-org/gitlab-pages/internal/vfs"
)
-//nolint: gocyclo // this is vendored code
+// nolint: gocyclo // this is vendored code
func walkSymlinks(ctx context.Context, root vfs.Root, path string) (string, error) {
volLen := volumeNameLen(path)
pathSeparator := string(os.PathSeparator)