Bazel: Format build files with buildifier
Change-Id: Ife19dbc95512bffd7f1ab0a051c525cccf0a670e
This commit is contained in:
parent
41be255a1e
commit
5ffa6efb37
@ -273,7 +273,7 @@ junit_tests(
|
||||
visibility = ["//visibility:public"],
|
||||
deps = TESTUTIL_DEPS + [
|
||||
":testutil",
|
||||
]
|
||||
],
|
||||
)
|
||||
|
||||
load("//tools/bzl:javadoc.bzl", "java_doc")
|
||||
|
@ -135,7 +135,7 @@ filegroup(
|
||||
[
|
||||
"bower_components/**/*.html",
|
||||
"bower_components/**/*.js",
|
||||
]
|
||||
],
|
||||
),
|
||||
)
|
||||
|
||||
@ -174,8 +174,8 @@ sh_test(
|
||||
size = "large",
|
||||
srcs = ["lint_test.sh"],
|
||||
data = [
|
||||
":pg_code",
|
||||
".eslintrc.json",
|
||||
":pg_code",
|
||||
],
|
||||
# Should not run sandboxed.
|
||||
tags = [
|
||||
|
Loading…
Reference in New Issue
Block a user