Skip to content
This repository has been archived by the owner on Jan 11, 2024. It is now read-only.

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Whitton committed Apr 2, 2018
1 parent f839554 commit 5e4e137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ app.use(apiPrefix, apiRouter);

var server = app.listen(3000, function() {
var port = server.address().port;
console.log('Listening at port %s', port);
console.log('Listening at port %s', port);
});

0 comments on commit 5e4e137

Please sign in to comment.