Skip to content

Commit fc54d6f

Browse files
committed
style: prettier formatting
1 parent b8ef5df commit fc54d6f

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/bridges/user/web/server.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,9 @@ function findFreePort(
6565
probe.listen(port, WEB_HOST, () => {
6666
const addr = probe.address();
6767
const actualPort = typeof addr === "object" && addr ? addr.port : port;
68-
probe.close(() => { resolve(actualPort); });
68+
probe.close(() => {
69+
resolve(actualPort);
70+
});
6971
});
7072
}
7173

0 commit comments

Comments
 (0)