Browse Source

Bazel: Add missing newlines at end of BUILD files

Change-Id: I11afc45141da988e28382898246995f6b45eb09c
Signed-off-by: David Pursehouse <david.pursehouse@gmail.com>
tags/v5.6.0.201911271000-m3
David Pursehouse 4 years ago
parent
commit
2c5ed560c9
2 changed files with 2 additions and 2 deletions
  1. 1
    1
      lib/jmh/BUILD
  2. 1
    1
      org.eclipse.jgit.benchmarks/BUILD

+ 1
- 1
lib/jmh/BUILD View File

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

+ 1
- 1
org.eclipse.jgit.benchmarks/BUILD View File

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

Loading…
Cancel
Save