From 41618453f19da8b02b91e218219512c37f7bc124 Mon Sep 17 00:00:00 2001 From: Vertexwahn Date: Thu, 27 Apr 2023 20:54:44 +0200 Subject: [PATCH] Apply buildifier to format Bazel build files --- support/bazel/BUILD.bazel | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/support/bazel/BUILD.bazel b/support/bazel/BUILD.bazel index 08576589..29f639be 100644 --- a/support/bazel/BUILD.bazel +++ b/support/bazel/BUILD.bazel @@ -11,8 +11,8 @@ cc_library( "include/fmt/color.h", "include/fmt/compile.h", "include/fmt/core.h", - "include/fmt/format-inl.h", "include/fmt/format.h", + "include/fmt/format-inl.h", "include/fmt/os.h", "include/fmt/ostream.h", "include/fmt/printf.h", @@ -21,7 +21,7 @@ cc_library( "include/fmt/xchar.h", ], includes = [ - "include", + "include", ], strip_include_prefix = "include", visibility = ["//visibility:public"],