From bbd283154eb59a81efaa5d459d1da4846506d680 Mon Sep 17 00:00:00 2001 From: "Mark D. Roth" Date: Mon, 16 Sep 2024 20:56:02 +0000 Subject: [PATCH] clang-format --- test/cpp/end2end/xds/xds_cluster_end2end_test.cc | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/test/cpp/end2end/xds/xds_cluster_end2end_test.cc b/test/cpp/end2end/xds/xds_cluster_end2end_test.cc index c8d8ee66376b0..af7a8e642958c 100644 --- a/test/cpp/end2end/xds/xds_cluster_end2end_test.cc +++ b/test/cpp/end2end/xds/xds_cluster_end2end_test.cc @@ -1107,15 +1107,13 @@ TEST_P(EdsTest, DropConfigUpdate) { balancer_->ads_service()->SetEdsResource(BuildEdsResource(args)); // Wait until backend 1 sees traffic, so that we know the client has // seen the update. - WaitForBackend( - DEBUG_LOCATION, 1, - [&](const RpcResult& result) { - if (!result.status.ok()) { - EXPECT_EQ(result.status.error_code(), StatusCode::UNAVAILABLE); - EXPECT_THAT(result.status.error_message(), - ::testing::StartsWith(kStatusMessageDropPrefix)); - } - }); + WaitForBackend(DEBUG_LOCATION, 1, [&](const RpcResult& result) { + if (!result.status.ok()) { + EXPECT_EQ(result.status.error_code(), StatusCode::UNAVAILABLE); + EXPECT_THAT(result.status.error_message(), + ::testing::StartsWith(kStatusMessageDropPrefix)); + } + }); // Send kNumRpcsBoth RPCs and count the drops. LOG(INFO) << "========= BEFORE SECOND BATCH =========="; num_drops = SendRpcsAndCountFailuresWithMessage(DEBUG_LOCATION, kNumRpcsBoth,