Skip to content

Commit 3a3a883

Browse files
committed
Apply buildifier
1 parent 1e1d567 commit 3a3a883

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

internal/compile.bzl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,8 @@ def proto_compile(ctx, options, extra_protoc_args, extra_protoc_files):
106106

107107
# Convert options dict to label keys
108108
plugin_labels = [plugin.label for plugin in plugins]
109-
per_plugin_options = { # Dict of plugin label to options string list
109+
per_plugin_options = {
110+
# Dict of plugin label to options string list
110111
Label(plugin_label): opts
111112
for plugin_label, opts in options.items()
112113
if plugin_label != "*"

0 commit comments

Comments
 (0)