Skip to content

Commit 7ba91fa

Browse files
reformat
1 parent ae167ad commit 7ba91fa

File tree

1 file changed

+2
-2
lines changed
  • utils/bazel/llvm-project-overlay/libc/test/src/strings

1 file changed

+2
-2
lines changed

utils/bazel/llvm-project-overlay/libc/test/src/strings/BUILD.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ libc_test(
1818
"//libc:bcopy",
1919
],
2020
deps = [
21-
"//libc/test/src/string:memory_check_utils",
2221
"//libc:__support_cpp_span",
2322
"//libc/test/UnitTest:memory_matcher",
23+
"//libc/test/src/string:memory_check_utils",
2424
],
2525
)
2626

@@ -31,8 +31,8 @@ libc_test(
3131
"//libc:bcmp",
3232
],
3333
deps = [
34-
"//libc/test/src/string:memory_check_utils",
3534
"//libc/test/UnitTest:test_logger",
35+
"//libc/test/src/string:memory_check_utils",
3636
],
3737
)
3838

0 commit comments

Comments
 (0)