Format BUILD files with buildifier

Using buildifier from master branch and the command:

$ buildifier -r -lint fix -warnings all .

Change-Id: I5560593b8d4b34f0ad3003af312ca167b2a68a50
This commit is contained in:
David Pursehouse 2019-09-08 22:51:29 +09:00
parent 2e9924535a
commit 7ed7cbdccb

View File

@ -4,9 +4,9 @@ load(
"gwt_genrule",
"gwt_user_agent_permutations",
)
load("//tools/bzl:java.bzl", "java_library2")
load("//tools/bzl:junit.bzl", "junit_tests")
load("//tools/bzl:license.bzl", "license_test")
load("//tools/bzl:java.bzl", "java_library2")
gwt_genrule()