From 13c3d973083bb5b34c26bd9530426d596844c06c Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Thu, 28 Dec 2023 10:06:19 -0800 Subject: [PATCH] Format tests/BUCK with buildifier --- tests/BUCK | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/BUCK b/tests/BUCK index 3e9aba707..a26ad089a 100644 --- a/tests/BUCK +++ b/tests/BUCK @@ -10,11 +10,11 @@ rust_test( 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(