summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.gpg.bc.test/BUILD
diff options
context:
space:
mode:
authorDavid Ostrovsky <david@ostrovsky.org>2022-01-10 22:07:09 +0100
committerDavid Ostrovsky <d.ostrovsky@gmx.de>2022-01-20 00:54:01 -0500
commitbf3298478aefd93a8ab02ec2f7f08f00c5fdcc73 (patch)
tree9eca059acb30dd8d40acc1be42762b677394f51c /org.eclipse.jgit.gpg.bc.test/BUILD
parent9a16e9a20a9095368d98812f5ad8ea0e098c746f (diff)
downloadjgit-bf3298478aefd93a8ab02ec2f7f08f00c5fdcc73.tar.gz
jgit-bf3298478aefd93a8ab02ec2f7f08f00c5fdcc73.zip
Bazel: Format build files with buildifier
Change-Id: I1ff38237058d11a3f61acc881c504382ff4b7e08
Diffstat (limited to 'org.eclipse.jgit.gpg.bc.test/BUILD')
-rw-r--r--org.eclipse.jgit.gpg.bc.test/BUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jgit.gpg.bc.test/BUILD b/org.eclipse.jgit.gpg.bc.test/BUILD
index 3e8908b4e2..9e5813cb39 100644
--- a/org.eclipse.jgit.gpg.bc.test/BUILD
+++ b/org.eclipse.jgit.gpg.bc.test/BUILD
@@ -10,8 +10,8 @@ load(
junit_tests(
name = "bc",
srcs = glob(["tst/**/*.java"]),
- runtime_deps = [":tst_rsrc"],
tags = ["bc"],
+ runtime_deps = [":tst_rsrc"],
deps = [
"//lib:bcpg",
"//lib:bcprov",