Fix identation

This commit is contained in:
LG 2025-07-21 19:55:14 -03:00
parent 3f4d33cd8c
commit 6ab2ccf3a6

View file

@ -37,8 +37,8 @@ type Config struct {
// NewStorageBackend creates and initializes a new Google Drive storage backend.
func NewStorageBackend(opts Config, logFunc storage.Log) (storage.Backend, error) {
ctx := context.Background()
b, err := os.ReadFile(opts.CredentialsJSON)
ctx := context.Background()
b, err := os.ReadFile(opts.CredentialsJSON)
if err != nil {
return nil, errwrap.Wrap(err, "unable to read credentials")
}