Skip to content

Commit

Permalink
internal buildifier
Browse files Browse the repository at this point in the history
  • Loading branch information
markdroth committed Oct 17, 2024
1 parent dc7a758 commit 786fc8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/core/test_util/grpc_fuzzer.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
Includes fuzzer rules.
"""

load("//bazel:grpc_build_system.bzl", "grpc_cc_proto_library", "grpc_cc_test")
load("@rules_proto//proto:defs.bzl", "proto_library")
load("//bazel:grpc_build_system.bzl", "grpc_cc_proto_library", "grpc_cc_test")

def grpc_fuzzer(name, corpus, owner = "grpc", srcs = [], tags = [], external_deps = [], deps = [], data = [], size = "large", **kwargs):
"""Instantiates a fuzzer test.
Expand Down

0 comments on commit 786fc8f

Please sign in to comment.