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", ], )
diff --git a/benchmarks/BUILD.googleapis b/benchmarks/BUILD.googleapis index c90815b..904bdec 100644 --- a/benchmarks/BUILD.googleapis +++ b/benchmarks/BUILD.googleapis
@@ -15,15 +15,15 @@ #srcs = ["google/ads/googleads/v5/services/google_ads_service.proto"], visibility = ["//visibility:public"], deps = [ - "@com_google_protobuf//:any_proto", - "@com_google_protobuf//:empty_proto", - "@com_google_protobuf//:descriptor_proto", - "@com_google_protobuf//:field_mask_proto", - "@com_google_protobuf//:duration_proto", - "@com_google_protobuf//:timestamp_proto", - "@com_google_protobuf//:struct_proto", - "@com_google_protobuf//:api_proto", - "@com_google_protobuf//:type_proto", - "@com_google_protobuf//:wrappers_proto", + "@com_google_protobuf//:any_proto", + "@com_google_protobuf//:api_proto", + "@com_google_protobuf//:descriptor_proto", + "@com_google_protobuf//:duration_proto", + "@com_google_protobuf//:empty_proto", + "@com_google_protobuf//:field_mask_proto", + "@com_google_protobuf//:struct_proto", + "@com_google_protobuf//:timestamp_proto", + "@com_google_protobuf//:type_proto", + "@com_google_protobuf//:wrappers_proto", ], )