You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by dm...@apache.org on 2023/02/02 18:22:57 UTC

[trafficserver] branch master updated: Fix clang-format error after CF update. (#9368)

This is an automated email from the ASF dual-hosted git repository.

dmeden pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/master by this push:
     new 606ad966ea Fix clang-format error after CF update. (#9368)
606ad966ea is described below

commit 606ad966ea510d4f96e79b7c756028fb3a4a91e3
Author: Damian Meden <dm...@apache.org>
AuthorDate: Thu Feb 2 18:22:51 2023 +0000

    Fix clang-format error after CF update. (#9368)
---
 src/records/RecYAMLDecoder.cc | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/records/RecYAMLDecoder.cc b/src/records/RecYAMLDecoder.cc
index a1ec05bfa7..9a7803e79b 100644
--- a/src/records/RecYAMLDecoder.cc
+++ b/src/records/RecYAMLDecoder.cc
@@ -34,7 +34,9 @@
 #include <swoc/Errata.h>
 #include <swoc/BufferWriter.h>
 
-static std::array<std::string_view, 5> Node_Type_to_Str{{"Undefined", "Null", "Scalar", "Sequence", "Map"}};
+static std::array<std::string_view, 5> Node_Type_to_Str{
+  {"Undefined", "Null", "Scalar", "Sequence", "Map"}
+};
 namespace
 {
 constexpr std::string_view CONFIG_RECORD_PREFIX{"proxy.config"};