From 64d96b0fe104150d666f73803884b58f6d899853 Mon Sep 17 00:00:00 2001 From: ctiller <10120821+ctiller@users.noreply.github.com> Date: Wed, 6 Mar 2024 06:44:21 +0000 Subject: [PATCH] Automated change: Fix sanity tests --- test/core/client_channel/lb_policy/lb_policy_test_lib.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/test/core/client_channel/lb_policy/lb_policy_test_lib.h b/test/core/client_channel/lb_policy/lb_policy_test_lib.h index b7444add2b6..814492c342f 100644 --- a/test/core/client_channel/lb_policy/lb_policy_test_lib.h +++ b/test/core/client_channel/lb_policy/lb_policy_test_lib.h @@ -402,9 +402,7 @@ class LoadBalancingPolicyTest : public ::testing::Test { return test_->work_serializer_; } - ConnectivityStateTracker& state_tracker() { - return state_tracker_; - } + ConnectivityStateTracker& state_tracker() { return state_tracker_; } private: const std::string address_;