Some formatting fixes.
diff --git a/benchmarks/BUILD b/benchmarks/BUILD
index 4ed4042..3e06fff 100644
--- a/benchmarks/BUILD
+++ b/benchmarks/BUILD
@@ -46,15 +46,15 @@
     testonly = 1,
     srcs = ["benchmark.cc"],
     deps = [
+        ":ads_upb_proto_reflection",
         ":benchmark_descriptor_cc_proto",
         ":benchmark_descriptor_sv_cc_proto",
         ":benchmark_descriptor_upb_proto",
         ":benchmark_descriptor_upb_proto_reflection",
-        ":ads_upb_proto_reflection",
         "//:descriptor_upb_proto",
         "//:reflection",
-        "@com_google_absl//absl/container:flat_hash_set",
         "@com_github_google_benchmark//:benchmark_main",
+        "@com_google_absl//absl/container:flat_hash_set",
         "@com_google_protobuf//:protobuf",
     ],
 )