diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2019-09-08 14:59:29 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2019-09-08 14:59:29 +0200 |
commit | 22973d13ea4eaef390a9ce00d448317808e07ced (patch) | |
tree | 70a9d44cd192ca7abac59b0a619ca0306d9d053e /org.eclipse.jgit.http.test | |
parent | 82badd0a8751183ad5a22962b416d1078ea328fa (diff) | |
download | jgit-22973d13ea4eaef390a9ce00d448317808e07ced.tar.gz 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.http.test')
-rw-r--r-- | org.eclipse.jgit.http.test/BUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jgit.http.test/BUILD b/org.eclipse.jgit.http.test/BUILD index 95ed575784..09316adc6f 100644 --- a/org.eclipse.jgit.http.test/BUILD +++ b/org.eclipse.jgit.http.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") junit_tests( name = "http", |