Skip to content

Commit 071b814

Browse files
committed
Spacing
1 parent 489bc06 commit 071b814

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
@@ -5396,7 +5396,8 @@ def test_fetch_polyfill_preload(self):
53965396
fclose(f);
53975397
printf("%s\n", buf);
53985398
return 0;
5399-
}''')
5399+
}
5400+
''')
54005401

54015402
create_file('on_window_error_shell.html', r'''
54025403
<html>
@@ -5416,7 +5417,8 @@ def test_fetch_polyfill_preload(self):
54165417
</script>
54175418
{{{ SCRIPT }}}
54185419
</body>
5419-
</html>''')
5420+
</html>
5421+
''')
54205422

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