Skip to content

Commit 881e994

Browse files
committed
Format fix
1 parent c378442 commit 881e994

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Tools/wasm/wasm_build.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -818,9 +818,7 @@ def build_emports(self, force: bool = False) -> None:
818818

819819
# Don't list broken and experimental variants in help
820820
platforms_choices = [p.name for p in _profiles] + ["cleanall"]
821-
platforms_help = [p.name for p in _profiles if p.support_level] + [
822-
"cleanall"
823-
]
821+
platforms_help = [p.name for p in _profiles if p.support_level] + ["cleanall"]
824822
parser.add_argument(
825823
"platform",
826824
metavar="PLATFORM",

0 commit comments

Comments
 (0)