Skip to content

Commit 70705e9

Browse files
committed
format the document
1 parent c8defa8 commit 70705e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google/cloud/storage/internal/async/connection_impl.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ AsyncConnectionImpl::StartBufferedUpload(UploadParams p) {
431431
.then([current = std::move(current),
432432
async_write_object = std::move(async_write_object)](auto f) mutable
433433
-> StatusOr<
434-
std::unique_ptr<storage_experimental::AsyncWriterConnection>> {
434+
std::unique_ptr<storage_experimental::AsyncWriterConnection>> {
435435
auto w = f.get();
436436
if (!w) return std::move(w).status();
437437
auto factory = [upload_id = (*w)->UploadId(),

0 commit comments

Comments
 (0)