From cc4326cd829decc95d1f1f23998f97705637e04b Mon Sep 17 00:00:00 2001 From: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> Date: Tue, 31 Jan 2023 17:55:16 -0800 Subject: Re-run prettier after changes --- test/bun.js/proxy.test.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'test/bun.js/proxy.test.js') diff --git a/test/bun.js/proxy.test.js b/test/bun.js/proxy.test.js index 5f4be2338..c903efab3 100644 --- a/test/bun.js/proxy.test.js +++ b/test/bun.js/proxy.test.js @@ -45,11 +45,7 @@ afterAll(() => { describe("proxy", () => { const requests = [ - [ - new Request("http://localhost:54322"), - "fetch() GET with non-TLS Proxy", - "http://localhost:54312", - ], + [new Request("http://localhost:54322"), "fetch() GET with non-TLS Proxy", "http://localhost:54312"], [ new Request("http://localhost:54322", { method: "POST", -- cgit v1.2.3