Indentation Fixes

This commit is contained in:
Even Stensberg 2016-05-10 22:02:19 +02:00
parent cf295105d4
commit b4faf8991d

6
app.js
View File

@ -76,8 +76,8 @@
app.use(express['static'](options.directory));
// 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)
});
app.listen(options.port, function() {
console.log('Open MCT application running at localhost:' + options.port)
});
}());