Apply go fix -any ./...

This commit is contained in:
Michael Eischer
2026-07-22 22:25:18 +02:00
parent d4088aa09b
commit 32e9869cc8
63 changed files with 197 additions and 197 deletions
+1 -1
View File
@@ -163,7 +163,7 @@ func (r *Repository) PackSize() uint {
}
// UseCache replaces the backend with the wrapped cache.
func (r *Repository) UseCache(c *cache.Cache, errorLog func(string, ...interface{})) {
func (r *Repository) UseCache(c *cache.Cache, errorLog func(string, ...any)) {
if c == nil {
return
}