Fix formatting.

This commit is contained in:
Cornelius Riemenschneider
2024-06-03 16:10:41 +02:00
parent b67309299f
commit c30cc0f665

View File

@@ -44,6 +44,6 @@ codeql_pkg_files(
":python3src",
] + glob(["data/**"]),
prefix = "tools",
strip_prefix=strip_prefix.from_pkg(),
strip_prefix = strip_prefix.from_pkg(),
visibility = ["//python:__pkg__"],
)