mirror of
https://github.com/restic/restic.git
synced 2026-09-23 12:30:29 +00:00
Apply go fix -any ./...
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user