Skip to content

Commit 5c51f06

Browse files
committed
format
1 parent 132174a commit 5c51f06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/private/repo_utils.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ def _which_describe_failure(binary_name, path):
323323
"{path_str}"
324324
).format(
325325
binary_name = binary_name,
326-
path_str = "\n".join(path_parts)
326+
path_str = "\n".join(path_parts),
327327
)
328328

329329
def _mkdir(mrctx, path):

0 commit comments

Comments
 (0)