Format BUILD files with buildifier

Using buildifier from master branch and the command:

$ buildifier -r -lint fix -warnings all .

Change-Id: I19c8ff183081093cb73bed7221a78a91b6cba4dc
Signed-off-by: David Pursehouse <david.pursehouse@gmail.com>
This commit is contained in:
David Pursehouse 2019-09-08 22:30:19 +09:00
parent e626c55936
commit f042270e65
4 changed files with 5 additions and 5 deletions

View File

@ -1,8 +1,8 @@
load("@rules_java//java:defs.bzl", "java_library")
load(
"@com_googlesource_gerrit_bazlets//tools:junit.bzl",
"junit_tests",
)
load("@rules_java//java:defs.bzl", "java_library")
junit_tests(
name = "http",

View File

@ -1,8 +1,8 @@
load("@rules_java//java:defs.bzl", "java_library")
load(
"@com_googlesource_gerrit_bazlets//tools:junit.bzl",
"junit_tests",
)
load("@rules_java//java:defs.bzl", "java_library")
TEST_BASE = ["tst/org/eclipse/jgit/lfs/server/fs/LfsServerTest.java"]

View File

@ -1,8 +1,8 @@
load("@rules_java//java:defs.bzl", "java_library")
load(
"@com_googlesource_gerrit_bazlets//tools:junit.bzl",
"junit_tests",
)
load("@rules_java//java:defs.bzl", "java_library")
junit_tests(
name = "pgm",

View File

@ -1,9 +1,9 @@
load("@rules_java//java:defs.bzl", "java_import", "java_library")
load(":tests.bzl", "tests")
load(
"@com_googlesource_gerrit_bazlets//tools:genrule2.bzl",
"genrule2",
)
load("@rules_java//java:defs.bzl", "java_import", "java_library")
load(":tests.bzl", "tests")
PKG = "tst/org/eclipse/jgit/"