[#131] registry: Gofumpt

Signed-off-by: Dmitrii Stepanov <d.stepanov@yadro.com>
feauture-add-s3-dar-scenario
Dmitrii Stepanov 2024-03-20 11:41:03 +03:00
parent 93aaec4e0d
commit 0a6e51ccc9
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ func (o *ObjSelector) NextObject() *ObjectInfo {
// Count returns total number of objects that match filter of the selector.
func (o *ObjSelector) Count() (int, error) {
var count = 0
count := 0
err := o.boltDB.View(func(tx *bbolt.Tx) error {
b := tx.Bucket([]byte(o.filter.Status))
if b == nil {