Skip to content

Commit bbfb641

Browse files
committed
test-2
1 parent 8dfee39 commit bbfb641

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@ class AsyncWriterConnectionResumedState
184184
}
185185

186186
void WriteLoop(std::unique_lock<std::mutex> lk) {
187+
std::cout << "Hey this is a test statement of new branch.\n";
187188
// Determine if there's data left to write *before* potentially finalizing.
188189
writing_ = write_offset_ < resend_buffer_.size();
189190

0 commit comments

Comments
 (0)