Optional indent removed

removed whitespace
This commit is contained in:
Even Stensberg 2016-05-11 00:39:16 +02:00
parent 31d31d7819
commit 677b65d124

1
app.js
View File

@ -79,5 +79,4 @@
app.listen(options.port, function() { 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)
}); });
}()); }());