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(