From ae4bc322c02ff89abe741792a88ee63f57384194 Mon Sep 17 00:00:00 2001 From: ctiller <10120821+ctiller@users.noreply.github.com> Date: Wed, 3 Sep 2025 16:52:40 +0000 Subject: [PATCH] Automated change: Fix sanity tests --- tools/artifact_gen/BUILD | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/tools/artifact_gen/BUILD b/tools/artifact_gen/BUILD index f767f9cf501fc..55531c212ae82 100644 --- a/tools/artifact_gen/BUILD +++ b/tools/artifact_gen/BUILD @@ -13,13 +13,13 @@ # limitations under the License. COPTS = select({ - "@bazel_tools//src/conditions:windows": [ - "/std:c++17", - ], - "//conditions:default": [ - "-std=c++17", - ], - }) + "@bazel_tools//src/conditions:windows": [ + "/std:c++17", + ], + "//conditions:default": [ + "-std=c++17", + ], +}) cc_library( name = "extract_metadata_from_bazel_xml", @@ -108,4 +108,4 @@ cc_binary( ":utils", "@pugixml", ], -) \ No newline at end of file +)