From d2f6a1d4dda3a24790c64351ad21c90f3972968b Mon Sep 17 00:00:00 2001 From: markdroth <18664614+markdroth@users.noreply.github.com> Date: Tue, 1 Oct 2024 19:03:46 +0000 Subject: [PATCH] Automated change: Fix sanity tests --- .../filters/gcp_authentication/gcp_authentication_filter.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/core/ext/filters/gcp_authentication/gcp_authentication_filter.cc b/src/core/ext/filters/gcp_authentication/gcp_authentication_filter.cc index 728bf032542..e301ed62154 100644 --- a/src/core/ext/filters/gcp_authentication/gcp_authentication_filter.cc +++ b/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(new GcpAuthenticationFilter( - std::move(service_config), filter_config, std::move(xds_config), - std::move(cache))); + return std::unique_ptr( + new GcpAuthenticationFilter(std::move(service_config), filter_config, + std::move(xds_config), std::move(cache))); } GcpAuthenticationFilter::GcpAuthenticationFilter(