Skip to content

Commit d3d11ba

Browse files
committed
Reformat
1 parent 2148b6a commit d3d11ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/private/py_console_script_binary.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def py_console_script_binary(
7979
fail("passing 'srcs' attribute to py_console_script_binary is unsupported")
8080

8181
py_console_script_gen(
82-
name = name + "_gen",
82+
name = name + "_gen",
8383
entry_points_txt = entry_points_txt or _dist_info(pkg),
8484
out = main,
8585
console_script = script,

0 commit comments

Comments
 (0)