Browse Source

Format BUILD files with buildifier 0.15.0

Change-Id: I6200b0040d24da86968c688f45a2056343e182be
Signed-off-by: David Pursehouse <david.pursehouse@gmail.com>
stable-5.2
David Pursehouse 6 years ago
parent
commit
afbc55aa22
  1. 2
      org.eclipse.jgit.pgm/BUILD

2
org.eclipse.jgit.pgm/BUILD

@ -27,8 +27,8 @@ java_library(
java_binary(
name = "jgit",
runtime_deps = [":pgm"],
main_class = "org.eclipse.jgit.pgm.Main",
runtime_deps = [":pgm"],
)
java_import(

Loading…
Cancel
Save