ソースを参照

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年前
コミット
2c5ed560c9
2個のファイルの変更2行の追加2行の削除
  1. 1
    1
      lib/jmh/BUILD
  2. 1
    1
      org.eclipse.jgit.benchmarks/BUILD

+ 1
- 1
lib/jmh/BUILD ファイルの表示

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

+ 1
- 1
org.eclipse.jgit.benchmarks/BUILD ファイルの表示

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

読み込み中…
キャンセル
保存