Skip to content

Commit 64b7da2

Browse files
fix formatting
1 parent c1aaf27 commit 64b7da2

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

packages/wrangler/e2e/remote-binding/miniflare-remote-resources.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ const testCases: TestCase<string>[] = [
384384
),
385385
],
386386
},
387-
/* {
387+
/* {
388388
// Enable post announcement
389389
name: "VPC Service",
390390
scriptPath: "vpc-service.js",
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
export default {
22
async fetch(request, env, ctx) {
3-
const response = await env.VPC_SERVICE.fetch(
4-
"http://10.0.0.1:8080/"
5-
);
3+
const response = await env.VPC_SERVICE.fetch("http://10.0.0.1:8080/");
64
return new Response(await response.text());
75
},
86
};

0 commit comments

Comments
 (0)