aboutsummaryrefslogtreecommitdiffhomepage
path: root/externals/fmt/support/bazel/BUILD.bazel
diff options
context:
space:
mode:
Diffstat (limited to 'externals/fmt/support/bazel/BUILD.bazel')
-rw-r--r--externals/fmt/support/bazel/BUILD.bazel4
1 files changed, 2 insertions, 2 deletions
diff --git a/externals/fmt/support/bazel/BUILD.bazel b/externals/fmt/support/bazel/BUILD.bazel
index 08576589..29f639be 100644
--- a/externals/fmt/support/bazel/BUILD.bazel
+++ b/externals/fmt/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"],