File tree Expand file tree Collapse file tree
google/cloud/storage/examples Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -841,8 +841,9 @@ void FinalizeAppendableObjectUpload(
841841 std::cout << " Finalized object: " << object.DebugString () << " \n " ;
842842}
843843
844- void ReadAppendableObjectTail (google::cloud::storage_experimental::AsyncClient& client,
845- std::vector<std::string> const & argv) {
844+ void ReadAppendableObjectTail (
845+ google::cloud::storage_experimental::AsyncClient& client,
846+ std::vector<std::string> const & argv) {
846847 // ! [read-appendable-object-tail]
847848 // [START storage_read_appendable_object_tail]
848849 namespace gcs = google::cloud::storage;
@@ -1084,8 +1085,9 @@ void FinalizeAppendableObjectUpload(
10841085}
10851086
10861087void ReadAppendableObjectTail (google::cloud::storage_experimental::AsyncClient&,
1087- std::vector<std::string> const &) {
1088- std::cerr << " AsyncClient::ReadAppendableObjectTail() example requires coroutines\n " ;
1088+ std::vector<std::string> const &) {
1089+ std::cerr << " AsyncClient::ReadAppendableObjectTail() example requires "
1090+ " coroutines\n " ;
10891091}
10901092
10911093void RewriteObject (google::cloud::storage_experimental::AsyncClient&,
You can’t perform that action at this time.
0 commit comments