Bazel: Add missing newlines at end of BUILD files

Change-Id: I11afc45141da988e28382898246995f6b45eb09c
Signed-off-by: David Pursehouse <david.pursehouse@gmail.com>
This commit is contained in:
David Pursehouse 2019-11-26 12:16:47 +09:00 committed by Matthias Sohn
parent d36488ad2e
commit 2c5ed560c9
2 changed files with 2 additions and 2 deletions

View File

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

View File

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