Skip to content

Commit aadfaec

Browse files
committed
Spacing.
1 parent 4fac7e0 commit aadfaec

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
@@ -5390,8 +5390,7 @@ def test_fetch_polyfill_preload(self):
53905390
fclose(f);
53915391
printf("%s\n", buf);
53925392
return 0;
5393-
}
5394-
''')
5393+
}''')
53955394

53965395
create_file('on_window_error_shell.html', r'''
53975396
<html>
@@ -5410,8 +5409,7 @@ def test_fetch_polyfill_preload(self):
54105409
</script>
54115410
{{{ SCRIPT }}}
54125411
</body>
5413-
</html>
5414-
''')
5412+
</html>''')
54155413

54165414
def test(args, expect_fail):
54175415
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)