Automated change: Fix sanity tests

pull/37831/head^2
markdroth 5 months ago committed by github-actions[bot]
parent 6995b074bd
commit d2f6a1d4dd
  1. 6
      src/core/ext/filters/gcp_authentication/gcp_authentication_filter.cc

@ -184,9 +184,9 @@ GcpAuthenticationFilter::Create(const ChannelArgs& args,
// cache but it has the wrong size.
cache->SetMaxSize(filter_config->cache_size);
// Instantiate filter.
return std::unique_ptr<GcpAuthenticationFilter>(new GcpAuthenticationFilter(
std::move(service_config), filter_config, std::move(xds_config),
std::move(cache)));
return std::unique_ptr<GcpAuthenticationFilter>(
new GcpAuthenticationFilter(std::move(service_config), filter_config,
std::move(xds_config), std::move(cache)));
}
GcpAuthenticationFilter::GcpAuthenticationFilter(

Loading…
Cancel
Save