diff options
author | David Ostrovsky <david@ostrovsky.org> | 2022-01-10 22:07:09 +0100 |
---|---|---|
committer | David Ostrovsky <d.ostrovsky@gmx.de> | 2022-01-20 00:54:01 -0500 |
commit | bf3298478aefd93a8ab02ec2f7f08f00c5fdcc73 (patch) | |
tree | 9eca059acb30dd8d40acc1be42762b677394f51c /lib | |
parent | 9a16e9a20a9095368d98812f5ad8ea0e098c746f (diff) | |
download | jgit-bf3298478aefd93a8ab02ec2f7f08f00c5fdcc73.tar.gz jgit-bf3298478aefd93a8ab02ec2f7f08f00c5fdcc73.zip |
Bazel: Format build files with buildifier
Change-Id: I1ff38237058d11a3f61acc881c504382ff4b7e08
Diffstat (limited to 'lib')
-rw-r--r-- | lib/BUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -97,7 +97,7 @@ java_library( java_library( name = "jna", visibility = [ - "//org.eclipse.jgit.ssh.apache.agent:__pkg__", + "//org.eclipse.jgit.ssh.apache.agent:__pkg__", ], exports = ["@jna//jar"], ) @@ -105,7 +105,7 @@ java_library( java_library( name = "jna-platform", visibility = [ - "//org.eclipse.jgit.ssh.apache.agent:__pkg__", + "//org.eclipse.jgit.ssh.apache.agent:__pkg__", ], exports = ["@jna-platform//jar"], ) |