Skip to content

Commit 5532413

Browse files
Fix flake8 (#1426)
1 parent b5ac1aa commit 5532413

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scripts/test/generate_lld_tests.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ def generate_wast_files(clang_bin, lld_bin, emscripten_root):
4949
'-O1',
5050
])
5151

52-
5352
wasm_file = src_file.replace(ext, '.wasm')
5453
wast_file = src_file.replace(ext, '.wast')
5554

0 commit comments

Comments
 (0)