We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32c436e commit 863e970Copy full SHA for 863e970
python/private/repl.bzl
@@ -17,7 +17,7 @@ def _generate_repl_main_impl(ctx):
17
},
18
)
19
20
- return [DefaultInfo(files=depset([out]))]
+ return [DefaultInfo(files = depset([out]))]
21
22
_generate_repl_main = rule(
23
implementation = _generate_repl_main_impl,
0 commit comments