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>2020-10-01 08:16:38 +0300
committerJaime Martinez <jmartinez@gitlab.com>2020-10-01 08:16:38 +0300
commit0e0c86e51ab7597dd357466513141061384ef69b (patch)
treecd43090c318e9620f28ee2c142206e7772dd7918 /internal/vfs
parentd0dbf04e47d919a854c9e6ad49028418a9643489 (diff)
Rerun goimports
Diffstat (limited to 'internal/vfs')
-rw-r--r--internal/vfs/zip/vfs.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/vfs/zip/vfs.go b/internal/vfs/zip/vfs.go
index a84b07ec..4c9270ac 100644
--- a/internal/vfs/zip/vfs.go
+++ b/internal/vfs/zip/vfs.go
@@ -36,7 +36,7 @@ func New() vfs.VFS {
}
zipVFS.cache.OnEvicted(func(s string, i interface{}) {
- i.(*zipArchive).onEvicted()
+ i.(*zipArchive).onEvicted()
})
return zipVFS