Skip to content

Commit

Permalink
buildifier
Browse files Browse the repository at this point in the history
  • Loading branch information
markdroth committed Feb 13, 2025
1 parent 55fc76f commit 5d7555f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/core/load_balancing/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ load(
"grpc_cc_library",
"grpc_cc_proto_library",
"grpc_cc_test",
"grpc_package",
"grpc_internal_proto_library",
"grpc_package",
)
load("//test/core/test_util:grpc_fuzzer.bzl", "grpc_fuzz_test")
load("//test/cpp/microbenchmarks:grpc_benchmark_config.bzl", "HISTORY", "grpc_cc_benchmark")
Expand Down Expand Up @@ -96,10 +96,10 @@ grpc_fuzz_test(
tags = ["no_windows"],
deps = [
":pick_first_fuzzer_cc_proto",
"//test/core/event_engine:event_engine_test_utils",
"//test/core/event_engine/fuzzing_event_engine",
"//test/core/test_util:fuzzing_channel_args",
"//test/core/test_util:grpc_test_util",
"//test/core/event_engine/fuzzing_event_engine",
"//test/core/event_engine:event_engine_test_utils",
],
)

Expand Down

0 comments on commit 5d7555f

Please sign in to comment.