Skip to content

Commit 4fac7e0

Browse files
committed
Spacing.
1 parent e68044e commit 4fac7e0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

test/test_browser.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5390,7 +5390,8 @@ def test_fetch_polyfill_preload(self):
53905390
fclose(f);
53915391
printf("%s\n", buf);
53925392
return 0;
5393-
}''')
5393+
}
5394+
''')
53945395

53955396
create_file('on_window_error_shell.html', r'''
53965397
<html>
@@ -5409,7 +5410,8 @@ def test_fetch_polyfill_preload(self):
54095410
</script>
54105411
{{{ SCRIPT }}}
54115412
</body>
5412-
</html>''')
5413+
</html>
5414+
''')
54135415

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