Skip to content

Commit 5278143

Browse files
committed
Correct the formatting
1 parent 32fdac9 commit 5278143

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

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)