Formatting

This commit is contained in:
Yemel Jardi 2014-06-05 15:49:26 -03:00
parent a393654cd5
commit b83ac2be62
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
var server = require('./app');
var port = process.env.PORT || 3000;
server.start(port, function(loc){
server.start(port, function(loc) {
console.log('Listening at: ' + loc);
});