Skip to content

Commit 8a4ac16

Browse files
committed
fmt
1 parent 0136851 commit 8a4ac16

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

test/bench/request-proxy.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,7 @@ compact(() => {
4545
const p = requestWithURL(req, "http://localhost:3000/path?q=1");
4646
return p.headers.get("content-type");
4747
});
48-
bench("proxied.headers.get() (cached)", () =>
49-
warmed.headers.get("content-type"),
50-
);
48+
bench("proxied.headers.get() (cached)", () => warmed.headers.get("content-type"));
5149
});
5250
});
5351

0 commit comments

Comments
 (0)