Skip to content

Commit 9158bc0

Browse files
committed
fix formatting issue
1 parent a388562 commit 9158bc0

File tree

1 file changed

+1
-3
lines changed
  • src/content/docs/workers/runtime-apis/nodejs

1 file changed

+1
-3
lines changed

src/content/docs/workers/runtime-apis/nodejs/net.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@ export default {
3636
socket.end();
3737

3838
return new Response("Wrote to server", { status: 200 });
39-
40-
},
39+
},
4140
} satisfies ExportedHandler;
4241

4342
```
@@ -49,4 +48,3 @@ and [`net.SocketAddress`](https://nodejs.org/api/net.html#class-netsocketaddress
4948
Note that the [`net.Server`](https://nodejs.org/api/net.html#class-netserver) class is not supported by Workers.
5049

5150
The full `node:net` API is documented in the [Node.js documentation for `node:net`](https://nodejs.org/api/net.html).
52-
```

0 commit comments

Comments
 (0)