Skip to content

Commit

Permalink
buildifier format
Browse files Browse the repository at this point in the history
  • Loading branch information
markdroth committed Oct 18, 2024
1 parent 0aa2ff3 commit d55c483
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions bazel/grpc_build_system.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -235,8 +235,12 @@ def grpc_proto_plugin(name, srcs = [], deps = []):
deps = deps,
)

def grpc_internal_proto_library(name, srcs = [], deps = [], visibility = None,
**kwds):
def grpc_internal_proto_library(
name,
srcs = [],
deps = [],
visibility = None,
**kwds):
proto_library(
name = name,
srcs = srcs,
Expand Down

0 comments on commit d55c483

Please sign in to comment.