Skip to content

Commit b1a89d1

Browse files
committed
Format write_connection_impl.cc file
1 parent 661dc93 commit b1a89d1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -234,8 +234,7 @@ future<StatusOr<std::int64_t>> AsyncWriterConnectionImpl::OnQuery(
234234
"Expected error in Finish() after non-ok Read()"))
235235
.then([this](auto g) {
236236
auto result = g.get();
237-
google::rpc::Status grpc_status =
238-
ExtractGrpcStatus(result);
237+
google::rpc::Status grpc_status = ExtractGrpcStatus(result);
239238
EnsureFirstMessageAppendObjectSpec(request_, grpc_status);
240239
ApplyWriteRedirectErrors(*request_.mutable_append_object_spec(),
241240
grpc_status);

0 commit comments

Comments
 (0)