Skip to content

Commit 904e9f8

Browse files
committed
Format BUILD files with buildifier
Change-Id: I5e2a286866b63a8fa2bd29cc2fe432fab2bbe0af Signed-off-by: David Pursehouse <[email protected]>
1 parent 723d67b commit 904e9f8

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

lib/BUILD

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,9 +115,9 @@ java_library(
115115
testonly = 1,
116116
visibility = ["//visibility:public"],
117117
exports = [
118-
"@junit//jar",
119-
"@hamcrest_core//jar",
120-
"@hamcrest_library//jar",
118+
"@hamcrest_core//jar",
119+
"@hamcrest_library//jar",
120+
"@junit//jar",
121121
],
122122
)
123123

org.eclipse.jgit.test/BUILD

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ DATA = [
3333

3434
tests(glob(
3535
["tst/**/*.java"],
36-
exclude = HELPERS + DATA
36+
exclude = HELPERS + DATA,
3737
))
3838

3939
java_library(
@@ -54,8 +54,8 @@ java_import(
5454
)
5555

5656
genrule2(
57-
name = 'tst_rsrc_jar',
58-
cmd = 'o=$$PWD/$@ && tar cf - $(SRCS) | tar -C $$TMP --strip-components=2 -xf - && cd $$TMP && zip -qr $$o .',
59-
srcs = glob(['tst-rsrc/**']),
60-
outs = ['tst_rsrc.jar',],
57+
name = "tst_rsrc_jar",
58+
srcs = glob(["tst-rsrc/**"]),
59+
outs = ["tst_rsrc.jar"],
60+
cmd = "o=$$PWD/$@ && tar cf - $(SRCS) | tar -C $$TMP --strip-components=2 -xf - && cd $$TMP && zip -qr $$o .",
6161
)

0 commit comments

Comments
 (0)