Last indentation fix

This commit is contained in:
Even Stensberg 2016-05-10 22:03:07 +02:00
parent b4faf8991d
commit d32ef4bc3d

2
app.js
View File

@ -77,7 +77,7 @@
// Finally, open the HTTP server and log the instance to the console
app.listen(options.port, function() {
console.log('Open MCT application running at localhost:' + options.port)
console.log('Open MCT application running at localhost:' + options.port)
});
}());