Skip to content

Commit c30cc0f

Browse files
committed
Fix formatting.
1 parent b673092 commit c30cc0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/extractor/BUILD.bazel

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@ codeql_pkg_files(
4444
":python3src",
4545
] + glob(["data/**"]),
4646
prefix = "tools",
47-
strip_prefix=strip_prefix.from_pkg(),
47+
strip_prefix = strip_prefix.from_pkg(),
4848
visibility = ["//python:__pkg__"],
4949
)

0 commit comments

Comments
 (0)