mirror of
https://github.com/akvorado/akvorado.git
synced 2025-12-12 06:24:10 +01:00
build: use gofumpt
Undecided if we need to use it. I think it's nice.
This commit is contained in:
1
common/helpers/cache/persist.go
vendored
1
common/helpers/cache/persist.go
vendored
@@ -36,7 +36,6 @@ func (c *Cache[K, V]) Save(cacheFile string) error {
|
||||
return fmt.Errorf("unable to write cache file %q: %w", cacheFile, err)
|
||||
}
|
||||
return nil
|
||||
|
||||
}
|
||||
|
||||
// Load loads the cache from the provided location.
|
||||
|
||||
Reference in New Issue
Block a user