From a9aa148603a8b9d59ddfdc09ba052d120daba865 Mon Sep 17 00:00:00 2001 From: Karthik Ravi Shankar Date: Fri, 17 Jul 2020 18:07:33 -0700 Subject: [PATCH] Fix formatting issue --- .../ext/filters/client_channel/lb_policy/xds/xds_routing.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/core/ext/filters/client_channel/lb_policy/xds/xds_routing.cc b/src/core/ext/filters/client_channel/lb_policy/xds/xds_routing.cc index 9d63ed6f069..45770788868 100644 --- a/src/core/ext/filters/client_channel/lb_policy/xds/xds_routing.cc +++ b/src/core/ext/filters/client_channel/lb_policy/xds/xds_routing.cc @@ -264,7 +264,8 @@ bool HeaderMatchHelper( const XdsApi::RdsUpdate::RdsRoute::Matchers::HeaderMatcher& header_matcher, LoadBalancingPolicy::MetadataInterface* initial_metadata) { std::string concatenated_value; - auto value = GetMetadataValue(header_matcher.name, initial_metadata, &concatenated_value); + auto value = GetMetadataValue(header_matcher.name, initial_metadata, + &concatenated_value); if (!value.has_value()) { if (header_matcher.type == XdsApi::RdsUpdate::RdsRoute::Matchers:: HeaderMatcher::HeaderMatcherType::PRESENT) {