We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45fe5af commit 8dfee39Copy full SHA for 8dfee39
google/cloud/storage/internal/async/writer_connection_resumed.cc
@@ -113,7 +113,7 @@ class AsyncWriterConnectionResumedState
113
resend_buffer_.Append(WritePayloadImpl::GetImpl(p));
114
finalize_ = true;
115
HandleNewData(std::move(lk));
116
- // Return the unique future associated with this finalization.
+ // Returns the unique future associated with this finalization.
117
return std::move(finalized_future_);
118
}
119
0 commit comments