From 7755e98e6039d33220348ea8ccb777f0d2be549b Mon Sep 17 00:00:00 2001 From: Yash Tibrewal Date: Wed, 29 May 2024 22:59:19 +0000 Subject: [PATCH] Fix sanity --- test/core/test_util/fake_stats_plugin.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/core/test_util/fake_stats_plugin.h b/test/core/test_util/fake_stats_plugin.h index 07bf246cb6c..045fffa443e 100644 --- a/test/core/test_util/fake_stats_plugin.h +++ b/test/core/test_util/fake_stats_plugin.h @@ -361,8 +361,7 @@ class FakeStatsPlugin : public StatsPlugin { return nullptr; } bool IsInstrumentEnabled( - grpc_core::GlobalInstrumentsRegistry::GlobalInstrumentHandle handle) - override { + GlobalInstrumentsRegistry::GlobalInstrumentHandle handle) override { const auto& descriptor = GlobalInstrumentsRegistry::GetInstrumentDescriptor(handle); return use_disabled_by_default_metrics_ || descriptor.enable_by_default;