1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-06-30 14:21:00 +02:00

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,