diff options
author | David Pursehouse <david.pursehouse@gmail.com> | 2018-12-02 21:02:22 +0900 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2018-12-02 20:30:52 -0500 |
commit | f4d7c911fd28e89ed9ef9e63b7313d225cb6c740 (patch) | |
tree | e70a3248e26717330bb69540607ddf552e35bc3d /lib/BUILD | |
parent | dbe6faffe6db37482c17fdb0d1e29380fbdbef42 (diff) | |
download | jgit-f4d7c911fd28e89ed9ef9e63b7313d225cb6c740.tar.gz jgit-f4d7c911fd28e89ed9ef9e63b7313d225cb6c740.zip |
Format lib/BUILD with buildifier
Change-Id: I63db70e6e6f4da44a211621d8721ede66bce44bd
Signed-off-by: David Pursehouse <david.pursehouse@gmail.com>
Diffstat (limited to 'lib/BUILD')
-rw-r--r-- | lib/BUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -172,9 +172,9 @@ java_library( testonly = 1, visibility = ["//visibility:public"], exports = [ - "@mockito//jar", "@byte_buddy//jar", "@byte_buddy_agent//jar", + "@mockito//jar", "@objenesis//jar", ], ) |