Skip to content

Commit 28126f4

Browse files
committed
ruff format
1 parent 7883611 commit 28126f4

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Platforms/WASI/_package.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,9 @@ def gather(context):
328328
_shared.log("📁", "lib/", spacing=indent * 2)
329329
_shared.log("📁", f"python{py_version}/", spacing=indent * 3)
330330
_shared.log("📁", "lib-dynload/", spacing=indent * 4)
331-
(base / lib_python(context) / "lib-dynload").mkdir(parents=True, exist_ok=True)
331+
(base / lib_python(context) / "lib-dynload").mkdir(
332+
parents=True, exist_ok=True
333+
)
332334
_shared.log("📄", "<empty>", spacing=indent * 5)
333335

334336
_shared.log("📁", "lib-wasm/", spacing=indent * 4)

0 commit comments

Comments
 (0)