Bazel: Format build files with buildifier

Change-Id: Ife19dbc95512bffd7f1ab0a051c525cccf0a670e
This commit is contained in:
David Ostrovsky 2017-06-15 21:38:14 +02:00
parent 41be255a1e
commit 5ffa6efb37
2 changed files with 3 additions and 3 deletions

View File

@ -273,7 +273,7 @@ junit_tests(
visibility = ["//visibility:public"], visibility = ["//visibility:public"],
deps = TESTUTIL_DEPS + [ deps = TESTUTIL_DEPS + [
":testutil", ":testutil",
] ],
) )
load("//tools/bzl:javadoc.bzl", "java_doc") load("//tools/bzl:javadoc.bzl", "java_doc")

View File

@ -135,7 +135,7 @@ filegroup(
[ [
"bower_components/**/*.html", "bower_components/**/*.html",
"bower_components/**/*.js", "bower_components/**/*.js",
] ],
), ),
) )
@ -174,8 +174,8 @@ sh_test(
size = "large", size = "large",
srcs = ["lint_test.sh"], srcs = ["lint_test.sh"],
data = [ data = [
":pg_code",
".eslintrc.json", ".eslintrc.json",
":pg_code",
], ],
# Should not run sandboxed. # Should not run sandboxed.
tags = [ tags = [