Skip to main content
summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorDavid Pursehouse2018-08-30 06:27:20 +0000
committerDavid Pursehouse2018-08-30 06:27:20 +0000
commit487571e604d726be7cf5eb00123a1764f44d16c9 (patch)
tree03f7bf96e21dae4b1334de9550433e07a3a65a11 /lib
parentee56e5fc042a903b03773608ede62731452420ca (diff)
downloadjgit-487571e604d726be7cf5eb00123a1764f44d16c9.tar.gz
jgit-487571e604d726be7cf5eb00123a1764f44d16c9.tar.xz
jgit-487571e604d726be7cf5eb00123a1764f44d16c9.zip
Bazel: Format all build files with buildifier 0.15.0
Change-Id: I8343b723da6e40d5ae7fc45c84f64c31276bd5dc Signed-off-by: David Pursehouse <david.pursehouse@gmail.com>
Diffstat (limited to 'lib')
-rw-r--r--lib/BUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/BUILD b/lib/BUILD
index 827e6b6fc6..ffe66a3d89 100644
--- a/lib/BUILD
+++ b/lib/BUILD
@@ -115,9 +115,9 @@ java_library(
testonly = 1,
visibility = ["//visibility:public"],
exports = [
- "@junit//jar",
- "@hamcrest_core//jar",
- "@hamcrest_library//jar",
+ "@hamcrest_core//jar",
+ "@hamcrest_library//jar",
+ "@junit//jar",
],
)

Back to the top