summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoraiuto <aiuto@google.com>2022-05-16 12:28:59 -0400
committerGitHub <noreply@github.com>2022-05-16 12:28:59 -0400
commitbf2087cbb164f5740fa020b566b421a49ffa2258 (patch)
tree75e6fd1ad3470f7ba26023511cbb60171f574978
parentbc53cf254ba0399ef94cd01a7b35baba800ed372 (diff)
downloadbazelbuild-rules_pkg-bf2087cbb164f5740fa020b566b421a49ffa2258.tar.gz
add an obvious args list to shut up buildifier (#586)
* Fix docstring to shut up buildifier
-rw-r--r--pkg/private/pkg_files.bzl3
1 files changed, 1 insertions, 2 deletions
diff --git a/pkg/private/pkg_files.bzl b/pkg/private/pkg_files.bzl
index 1415cb7..5922b35 100644
--- a/pkg/private/pkg_files.bzl
+++ b/pkg/private/pkg_files.bzl
@@ -289,7 +289,6 @@ def add_label_list(
)
-
def add_from_default_info(
content_map,
file_deps,
@@ -349,7 +348,7 @@ def get_my_executable(src):
DefaultInfo was created with an executable in it.
See: https://github.com/bazelbuild/bazel/issues/14811
- Inputs:
+ Args:
src: A label.
Returns:
File or None.