diff options
author | David Pursehouse <david.pursehouse@gmail.com> | 2019-01-10 16:32:17 +0900 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2019-01-10 20:48:42 -0500 |
commit | 9150caa83541f836b9876b501b5d0ab59836485a (patch) | |
tree | c1709fd4ed5439f0616422aca59f14fdfdcddad0 /org.eclipse.jgit.lfs.test/BUILD | |
parent | 01f8e53b26fd71a83620bcf9732cdd2b0528de1b (diff) | |
download | jgit-9150caa83541f836b9876b501b5d0ab59836485a.tar.gz jgit-9150caa83541f836b9876b501b5d0ab59836485a.zip |
Bazel: Automatically format build file with buildifier 0.20.0
Version 0.20.0 of buildifier has a lint mode that can fix the
formatting issues automatically:
buildifier --lint=fix
Apply this to BUILD files.
Change-Id: I1120a0f15771d0bbea4daa34037be0b860385389
Signed-off-by: David Pursehouse <david.pursehouse@gmail.com>
Diffstat (limited to 'org.eclipse.jgit.lfs.test/BUILD')
-rw-r--r-- | org.eclipse.jgit.lfs.test/BUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.jgit.lfs.test/BUILD b/org.eclipse.jgit.lfs.test/BUILD index 213ba57947..cc8bc606ef 100644 --- a/org.eclipse.jgit.lfs.test/BUILD +++ b/org.eclipse.jgit.lfs.test/BUILD @@ -1,10 +1,10 @@ -package(default_visibility = ["//visibility:public"]) - load( "@com_googlesource_gerrit_bazlets//tools:junit.bzl", "junit_tests", ) +package(default_visibility = ["//visibility:public"]) + junit_tests( name = "lfs", srcs = glob(["tst/**/*.java"]), |