Skip to content

Commit 9641edb

Browse files
committed
Run prek to reformat __main__.py
1 parent 9a62314 commit 9641edb

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

Platforms/WASI/__main__.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,13 @@ def main():
126126
help="Command template for running the WASI host; defaults to "
127127
f"`{default_host_runner}`",
128128
)
129-
for subcommand in build, configure_host, make_host, build_host, pythoninfo_host:
129+
for subcommand in (
130+
build,
131+
configure_host,
132+
make_host,
133+
build_host,
134+
pythoninfo_host,
135+
):
130136
subcommand.add_argument(
131137
"--host-triple",
132138
action="store",

0 commit comments

Comments
 (0)