diff options
author | David Pursehouse <david.pursehouse@gmail.com> | 2019-09-08 22:30:19 +0900 |
---|---|---|
committer | David Pursehouse <david.pursehouse@gmail.com> | 2019-09-08 22:30:19 +0900 |
commit | f042270e65bbb62dd50aeb5bf8c5f8e181acdebb (patch) | |
tree | 84b0f209e76a90edf55b4aeb81fa3d7652eef624 /org.eclipse.jgit.http.test | |
parent | e626c55936a6e5a969bb720c26db9e4434c46edc (diff) | |
download | jgit-f042270e65bbb62dd50aeb5bf8c5f8e181acdebb.tar.gz jgit-f042270e65bbb62dd50aeb5bf8c5f8e181acdebb.zip |
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>
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", |