commit | 13c3d973083bb5b34c26bd9530426d596844c06c | [log] [tgz] |
---|---|---|
author | David Tolnay <dtolnay@gmail.com> | Thu Dec 28 10:06:19 2023 -0800 |
committer | David Tolnay <dtolnay@gmail.com> | Thu Dec 28 10:06:19 2023 -0800 |
tree | b99599a725695b0c88e109e814e2169ed93d5bd4 | |
parent | 3fad38ca93d798ea25b7551a563dcbb42b70f6e7 [diff] |
Format tests/BUCK with buildifier
diff --git a/tests/BUCK b/tests/BUCK index 3e9aba7..a26ad08 100644 --- a/tests/BUCK +++ b/tests/BUCK
@@ -10,11 +10,11 @@ name = "test", srcs = ["test.rs"], edition = "2021", + remote_execution_action_key_providers = ":build_mode", deps = [ ":ffi", "//:cxx", ], - remote_execution_action_key_providers = ":build_mode", ) rust_library(