Skip to content

Commit 863e970

Browse files
committed
precommit
1 parent 32c436e commit 863e970

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/private/repl.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def _generate_repl_main_impl(ctx):
1717
},
1818
)
1919

20-
return [DefaultInfo(files=depset([out]))]
20+
return [DefaultInfo(files = depset([out]))]
2121

2222
_generate_repl_main = rule(
2323
implementation = _generate_repl_main_impl,

0 commit comments

Comments
 (0)