commit | e1d05249e587c65206b9b2922ccb2ba4a539073f | [log] [tgz] |
---|---|---|
author | Corbin McNeely-Smith <restingbull@mcneely-smith.com> | Wed Jan 04 08:46:39 2023 -0600 |
committer | Corbin McNeely-Smith <restingbull@mcneely-smith.com> | Wed Jan 04 08:46:52 2023 -0600 |
tree | def3ec73872519060b643b2e240e7371962ce579 | |
parent | 226e5d6a48a987af9eea2b451d32dd4a9c06faa9 [diff] |
formatting
diff --git a/third_party/BUILD b/third_party/BUILD index cb12e6e..056480b 100644 --- a/third_party/BUILD +++ b/third_party/BUILD
@@ -23,13 +23,13 @@ genrule( name = "empty", - cmd = "cp $(location empty-definately-not-binary-jar.txt) $@", srcs = [ - "empty-definately-not-binary-jar.txt" + "empty-definately-not-binary-jar.txt", ], outs = [ - "empty.jar" - ] + "empty.jar", + ], + cmd = "cp $(location empty-definately-not-binary-jar.txt) $@", ) java_plugin(