Skip to content

Commit 3d573d5

Browse files
committed
Fix whitespace
1 parent 77880ab commit 3d573d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tools/wasm/emscripten/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ def configure_emscripten_python(context, working_dir):
276276
# We compute our own path, not following symlinks and pass it in so that
277277
# node_entry.mjs can set sys.executable correctly.
278278
# Intentionally allow word splitting on NODEFLAGS.
279-
exec {host_runner} $NODEFLAGS $ARGS {node_entry} --this-program="$($REALPATH "$0")" "$@"
279+
exec {host_runner} $NODEFLAGS $ARGS {node_entry} --this-program="$($REALPATH "$0")" "$@"
280280
"""
281281
)
282282
)

0 commit comments

Comments
 (0)