From d90f3b8b171ed7887a28e1ebb9fce04b9941797b Mon Sep 17 00:00:00 2001 From: Joshua Haberman Date: Mon, 28 Sep 2020 14:40:09 -0700 Subject: [PATCH] Fixed build failure in conformance tests. --- conformance/text_format_conformance_suite.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/conformance/text_format_conformance_suite.cc b/conformance/text_format_conformance_suite.cc index 78462c4763..4c9dc7dbe0 100644 --- a/conformance/text_format_conformance_suite.cc +++ b/conformance/text_format_conformance_suite.cc @@ -259,8 +259,7 @@ void TextFormatConformanceTestSuite::RunSuiteImpl() { "optional_float: 18446744073709551616"); // String literals x {Strings, Bytes} - for (const auto& field_type : - std::vector{"String", "Bytes"}) { + for (const auto& field_type : std::vector{"String", "Bytes"}) { const std::string field_name = field_type == "String" ? "optional_string" : "optional_bytes"; RunValidTextFormatTest(