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;