diff --git a/pkg/storage/stores/shipper/util/util.go b/pkg/storage/stores/shipper/util/util.go index 2095dc8c25a0..ed09f4b86b5b 100644 --- a/pkg/storage/stores/shipper/util/util.go +++ b/pkg/storage/stores/shipper/util/util.go @@ -123,7 +123,7 @@ func CompressFile(src, dest string) error { type result struct { boltdb *bbolt.DB - err error + err error } // SafeOpenBoltdbFile will recover from a panic opening a DB file, and return the panic message in the err return object.