Skip to content

Commit c6bf973

Browse files
committed
apply buildifier.fix
1 parent 7eb04a4 commit c6bf973

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

pkg/rule/rules_rust/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ go_test(
2525
"//pkg/protoc",
2626
"@bazel_gazelle//config",
2727
"@bazel_gazelle//label",
28+
"@bazel_gazelle//language/proto",
2829
"@bazel_gazelle//rule",
2930
"@com_github_google_go_cmp//cmp",
3031
],

rules/proto_compile.bzl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -318,6 +318,7 @@ def _proto_compile_impl(ctx):
318318

319319
replaced_args = _ctx_replace_args(ctx, _uniq(args))
320320
final_args = ctx.actions.args()
321+
321322
# protoc reads `@paramfile` with one arg per line and NO shell quoting.
322323
# Bazel's default "shell" format wraps each arg in single quotes, which
323324
# protoc treats as input filenames (the leading `'` defeats the `--flag`

0 commit comments

Comments
 (0)