Browse Source

Bazel: Add missing newlines at end of BUILD files

Change-Id: I11afc45141da988e28382898246995f6b45eb09c
Signed-off-by: David Pursehouse <david.pursehouse@gmail.com>
stable-5.1
David Pursehouse 5 years ago committed by Matthias Sohn
parent
commit
2c5ed560c9
  1. 2
      lib/jmh/BUILD
  2. 2
      org.eclipse.jgit.benchmarks/BUILD

2
lib/jmh/BUILD

@ -9,4 +9,4 @@ java_library(
"@jopt//jar",
"@math3//jar",
],
)
)

2
org.eclipse.jgit.benchmarks/BUILD

@ -10,4 +10,4 @@ jmh_java_benchmarks(
deps = [
"//org.eclipse.jgit:jgit",
],
)
)

Loading…
Cancel
Save