mirror of
https://github.com/gofiber/storage.git
synced 2025-10-06 00:57:38 +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 {
|
||||
return errors.New(fmt.Sprintf("%d errors occured while resetting", errCounter))
|
||||
return fmt.Errorf("%d errors occured while resetting", errCounter)
|
||||
}
|
||||
return nil
|
||||
}
|
||||
|
Reference in New Issue
Block a user