Skip to content

Commit

Permalink
code review comment
Browse files Browse the repository at this point in the history
  • Loading branch information
markdroth committed Oct 30, 2024
1 parent aa954fb commit b7bd9bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bazel/grpc_build_system.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ def grpc_internal_proto_library(
srcs = [],
deps = [],
visibility = None,
**kwds):
has_services = False): # buildifier: disable=unused-variable
proto_library(
name = name,
srcs = srcs,
Expand Down

0 comments on commit b7bd9bd

Please sign in to comment.