mirror of
https://github.com/gofiber/storage.git
synced 2025-10-05 16:48:25 +08:00
Fix golangci-lint issue for AzureBlob
This commit is contained in:

committed by
GitHub

parent
69c06f820e
commit
44604ef0ee
@@ -108,7 +108,7 @@ func (s *Storage) Reset() error {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
if errCounter > 0 {
|
if errCounter > 0 {
|
||||||
return errors.New(fmt.Sprintf("%d errors occured while resetting", errCounter))
|
return fmt.Errorf("%d errors occured while resetting", errCounter)
|
||||||
}
|
}
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user