From 28f56867bc043b00b9d39e26a59f33d45bc18b64 Mon Sep 17 00:00:00 2001 From: macastelaz <34776182+macastelaz@users.noreply.github.com> Date: Wed, 24 Jun 2026 20:33:54 +0000 Subject: [PATCH] Automated change: Fix sanity tests --- src/core/credentials/call/regional_access_boundary_fetcher.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/core/credentials/call/regional_access_boundary_fetcher.cc b/src/core/credentials/call/regional_access_boundary_fetcher.cc index 05a7dd0f820bb..c4c72ddad8fa7 100644 --- a/src/core/credentials/call/regional_access_boundary_fetcher.cc +++ b/src/core/credentials/call/regional_access_boundary_fetcher.cc @@ -150,7 +150,8 @@ void RegionalAccessBoundaryFetcher::Fetch(absl::string_view access_token, } // If we have cached non-expired Regional Access Boundary data, use it. if (cache_.has_value() && cache_->expiration > now) { - std::cout << "Using cached RAB: " << cache_->encoded_locations.as_string_view() << std::endl; + std::cout << "Using cached RAB: " + << cache_->encoded_locations.as_string_view() << std::endl; initial_metadata.Append( kAllowedLocationsKey, cache_->encoded_locations.Ref(), [](absl::string_view, const Slice&) {