Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Steinhardt <psteinhardt@gitlab.com>2022-10-05 10:19:53 +0300
committerPatrick Steinhardt <psteinhardt@gitlab.com>2022-10-05 10:19:53 +0300
commitc9c6e13d1d341f1dc3aa092e1a22aafa0cee14ba (patch)
tree45563d72eb2cf6871626b191012cf0ac3f10c179 /internal/streamcache
parent497699f17d36d0c4a0f9ddfc9f53cf5ccfc085eb (diff)
global: Reformat sources with gofumpt v0.4.0
Reformat surces with the newly upgraded gofumpt v0.4.0.
Diffstat (limited to 'internal/streamcache')
-rw-r--r--internal/streamcache/cache.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/streamcache/cache.go b/internal/streamcache/cache.go
index 333be63c7..857140220 100644
--- a/internal/streamcache/cache.go
+++ b/internal/streamcache/cache.go
@@ -12,7 +12,7 @@
// readers). A cache entry consists of a key, an maximum age, a
// pipe and the error result of the thing writing to the pipe.
//
-// Eviction
+// # Eviction
//
// There are two eviction goroutines: one for Cache and one for filestore.
// The Cache eviction goroutine evicts entries after a set amount of time,