diff options
author | David Pursehouse <david.pursehouse@gmail.com> | 2018-08-30 15:27:20 +0900 |
---|---|---|
committer | David Pursehouse <david.pursehouse@gmail.com> | 2018-08-30 15:27:20 +0900 |
commit | 487571e604d726be7cf5eb00123a1764f44d16c9 (patch) | |
tree | 03f7bf96e21dae4b1334de9550433e07a3a65a11 /lib | |
parent | ee56e5fc042a903b03773608ede62731452420ca (diff) | |
download | jgit-487571e604d726be7cf5eb00123a1764f44d16c9.tar.gz 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/BUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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", ], ) |