Skip to content

Commit

Permalink
Add new line
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann committed Nov 17, 2020
1 parent 69dc708 commit 2c475f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/adapter-node/src/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,4 @@ const server = http.createServer((req, res) => {

server.listen(PORT, () => {
console.log(`Listening on port ${PORT}`);
});
});

0 comments on commit 2c475f4

Please sign in to comment.