fix compilation

This commit is contained in:
Chris Lu 2021-09-03 22:56:59 -07:00
parent cc36f5b01f
commit bbc77f7af4

View file

@ -208,7 +208,7 @@ func (gcs *gcsRemoteStorageClient) ListBuckets() (buckets []*remote_storage.Buck
break
}
if err != nil {
return
return buckets, err
}
buckets = append(buckets, &remote_storage.Bucket{
Name: b.Name,