Skip to content

Commit 206bb2b

Browse files
committed
Spacing
1 parent 27a84da commit 206bb2b

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

test/test_browser.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5396,8 +5396,7 @@ def test_fetch_polyfill_preload(self):
53965396
fclose(f);
53975397
printf("%s\n", buf);
53985398
return 0;
5399-
}
5400-
''')
5399+
}''')
54015400

54025401
create_file('on_window_error_shell.html', r'''
54035402
<html>
@@ -5417,8 +5416,7 @@ def test_fetch_polyfill_preload(self):
54175416
</script>
54185417
{{{ SCRIPT }}}
54195418
</body>
5420-
</html>
5421-
''')
5419+
</html>''')
54225420

54235421
def test(args, expect_fail):
54245422
self.compile_btest('main.c', ['-sEXIT_RUNTIME', '--preload-file', 'hello.txt', '--shell-file', 'on_window_error_shell.html', '-o', 'a.out.html'] + args)

0 commit comments

Comments
 (0)