Skip to content

Commit

Permalink
Whitespace issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
michael committed Jun 26, 2012
1 parent b7dcf63 commit a36f5b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.js
Expand Up @@ -67,7 +67,7 @@ app.get('/authenticate/:code', function(req, res) {
});
});

var port = process.env.PORT || config.port || 9999;
var port = process.env.PORT || config.port || 9999;

app.listen(port, null, function (err) {
console.log('Gatekeeper, at your service: http://localhost:' + port);
Expand Down

0 comments on commit a36f5b2

Please sign in to comment.