Skip to content

Commit 6adfa7b

Browse files
committed
Fix formatting
1 parent 5f305c7 commit 6adfa7b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Tools/wasm/wasi/__main__.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -306,9 +306,7 @@ def configure_wasi_python(context, working_dir):
306306
"specify via $WASI_SDK_PATH or --wasi-sdk"
307307
)
308308

309-
config_site = os.fsdecode(
310-
HERE / "config.site-wasm32-wasi"
311-
)
309+
config_site = os.fsdecode(HERE / "config.site-wasm32-wasi")
312310

313311
wasi_build_dir = working_dir.relative_to(CHECKOUT)
314312

0 commit comments

Comments
 (0)