Skip to content

Commit b6e0396

Browse files
committed
nit: remove extra new line.
1 parent 04de4d5 commit b6e0396

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

resources/benchmark-runner.mjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ class Page {
3232

3333
layout() {
3434
const body = this._frame ? this._frame.contentDocument.body : document.body;
35-
3635
const value = forceLayout(body, params.layoutMode);
3736
body._leakedLayoutValue = value; // Prevent dead code elimination.
3837
}

0 commit comments

Comments
 (0)