From a07a4a10be2f5b3fe642c94a4760936dfe7448a8 Mon Sep 17 00:00:00 2001 From: yijiem <5663878+yijiem@users.noreply.github.com> Date: Wed, 29 May 2024 21:35:35 +0000 Subject: [PATCH] Automated change: Fix sanity tests --- src/core/lib/surface/legacy_channel.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/lib/surface/legacy_channel.cc b/src/core/lib/surface/legacy_channel.cc index af66d075ee4b5..fe274001224e3 100644 --- a/src/core/lib/surface/legacy_channel.cc +++ b/src/core/lib/surface/legacy_channel.cc @@ -102,7 +102,7 @@ absl::StatusOr> LegacyChannel::Create( GlobalStatsPluginRegistry::GetStatsPluginsForChannel(scope); // Add per-channel stats plugins. auto* stats_plugin_list = args.GetPointer< - std::shared_ptr>>>( + std::shared_ptr>>>( GRPC_ARG_STATS_PLUGINS); if (stats_plugin_list != nullptr) { for (const auto& plugin : **stats_plugin_list) {