Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2019-09-08 12:59:29 +0000
committerMatthias Sohn2019-09-08 12:59:29 +0000
commit22973d13ea4eaef390a9ce00d448317808e07ced (patch)
tree70a9d44cd192ca7abac59b0a619ca0306d9d053e /org.eclipse.jgit.lfs.server.test/BUILD
parent82badd0a8751183ad5a22962b416d1078ea328fa (diff)
downloadjgit-22973d13ea4eaef390a9ce00d448317808e07ced.tar.gz
jgit-22973d13ea4eaef390a9ce00d448317808e07ced.tar.xz
jgit-22973d13ea4eaef390a9ce00d448317808e07ced.zip
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 <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.lfs.server.test/BUILD')
-rw-r--r--org.eclipse.jgit.lfs.server.test/BUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jgit.lfs.server.test/BUILD b/org.eclipse.jgit.lfs.server.test/BUILD
index 9460f6f9d1..76a0870a88 100644
--- a/org.eclipse.jgit.lfs.server.test/BUILD
+++ b/org.eclipse.jgit.lfs.server.test/BUILD
@@ -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"]

Back to the top