Skip to content

Commit 59a2fbc

Browse files
ematipicoastrobot-houston
authored andcommitted
[ci] format
1 parent 2aa2dfd commit 59a2fbc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/astro/src/core/app/node.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,7 @@ export class NodeApp extends App {
8787

8888
const portInHostname = typeof hostname === 'string' && /:\d+$/.test(hostname);
8989
const hostnamePort = portInHostname ? hostname : `${hostname}${port ? `:${port}` : ''}`;
90-
91-
90+
9291
const url = `${protocol}://${hostnamePort}${req.url}`;
9392
const options: RequestInit = {
9493
method: req.method || 'GET',

0 commit comments

Comments
 (0)