Skip to content

Commit a22bd00

Browse files
committed
[libc] [bazel] [NFC] Format deps.
1 parent 80487e1 commit a22bd00

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

utils/bazel/llvm-project-overlay/libc/BUILD.bazel

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -622,12 +622,12 @@ libc_support_library(
622622
name = "__support_fputil_basic_operations",
623623
hdrs = ["src/__support/FPUtil/BasicOperations.h"],
624624
deps = [
625-
":__support_fputil_fenv_impl",
626-
":__support_macros_optimization",
627-
":__support_uint128",
628625
":__support_common",
629626
":__support_cpp_type_traits",
627+
":__support_fputil_fenv_impl",
630628
":__support_fputil_fp_bits",
629+
":__support_macros_optimization",
630+
":__support_uint128",
631631
],
632632
)
633633

0 commit comments

Comments
 (0)