Skip to content

Commit e0530c9

Browse files
committed
formatting fix
1 parent be32f54 commit e0530c9

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

google/cloud/storage/examples/storage_async_samples.cc

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff 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

10861087
void 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

10911093
void RewriteObject(google::cloud::storage_experimental::AsyncClient&,

0 commit comments

Comments
 (0)