summaryrefslogtreecommitdiff
path: root/tools/BUILD.bazel
diff options
context:
space:
mode:
Diffstat (limited to 'tools/BUILD.bazel')
-rw-r--r--tools/BUILD.bazel1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/BUILD.bazel b/tools/BUILD.bazel
index 4a374f3..3ed500a 100644
--- a/tools/BUILD.bazel
+++ b/tools/BUILD.bazel
@@ -5,4 +5,5 @@ py_binary(
srcs = [
"fix_line_endings.py",
],
+ visibility = ["//:__subpackages__"],
)