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:
authorJaime Martinez <jmartinez@gitlab.com>2021-12-07 08:27:31 +0300
committerJaime Martinez <jmartinez@gitlab.com>2021-12-08 04:21:29 +0300
commited15398b652b140a057ecf6a9ccff8d25724a0d2 (patch)
treeb049475ef1b624d0735d666201ba40e2d7547d39 /internal/serving/disk
parentd7c9431546fc48a02f1e176b2ac21a6c8927542c (diff)
chore: fix lint issue
Diffstat (limited to 'internal/serving/disk')
-rw-r--r--internal/serving/disk/reader.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/internal/serving/disk/reader.go b/internal/serving/disk/reader.go
index f45c9092..9f0b9910 100644
--- a/internal/serving/disk/reader.go
+++ b/internal/serving/disk/reader.go
@@ -293,5 +293,4 @@ func handleRootError(err error, h serving.Handler) bool {
httperrors.Serve500WithRequest(h.Writer, h.Request, "vfs.Root", err)
return true
-
}