Skip to content

Commit c298039

Browse files
committed
Correct the formatting
1 parent 8d192c7 commit c298039

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

google/cloud/storage/internal/async/handle_redirect_error.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ namespace storage_internal {
2626
GOOGLE_CLOUD_CPP_INLINE_NAMESPACE_BEGIN
2727

2828
void EnsureFirstMessageAppendObjectSpec(
29-
google::storage::v2::BidiWriteObjectRequest& request, google::rpc::Status const& rpc_status);
29+
google::storage::v2::BidiWriteObjectRequest& request,
30+
google::rpc::Status const& rpc_status);
3031

3132
google::rpc::Status ExtractGrpcStatus(Status const& status);
3233

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ TEST(EnsureFirstMessageAppendObjectSpec, Success) {
7575
ASSERT_TRUE(google::protobuf::TextFormat::ParseFromString(
7676
R"pb(
7777
write_object_spec {
78-
resource { bucket: "projects/_/buckets/b", name: "o" }
78+
resource { bucket: "projects/_/buckets/b", name: "o" }
7979
if_metageneration_match: 1
8080
if_metageneration_not_match: 1
8181
}
@@ -124,8 +124,6 @@ TEST(EnsureFirstMessageAppendObjectSpec, WriteHandleIsNotSet) {
124124
EXPECT_FALSE(request.has_append_object_spec());
125125
}
126126

127-
128-
129127
} // namespace
130128
GOOGLE_CLOUD_CPP_INLINE_NAMESPACE_END
131129
} // namespace storage_internal

0 commit comments

Comments
 (0)