From 22973d13ea4eaef390a9ce00d448317808e07ced Mon Sep 17 00:00:00 2001 From: Matthias Sohn Date: Sun, 8 Sep 2019 14:59:29 +0200 Subject: Format BUILD files with buildifier Using buildifier from master branch and the command: $ buildifier -r -lint fix -warnings all . Change-Id: I52a18c09a1f192e2141f4156f9c1aabbbdbc910a Signed-off-by: Matthias Sohn --- org.eclipse.jgit.lfs.test/BUILD | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'org.eclipse.jgit.lfs.test/BUILD') diff --git a/org.eclipse.jgit.lfs.test/BUILD b/org.eclipse.jgit.lfs.test/BUILD index 3dfda86058..ee2402aee0 100644 --- a/org.eclipse.jgit.lfs.test/BUILD +++ b/org.eclipse.jgit.lfs.test/BUILD @@ -1,9 +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") package(default_visibility = ["//visibility:public"]) -- cgit v1.2.3