mirror of
https://github.com/nasa/openmct.git
synced 2024-12-19 05:07:52 +00:00
Indentation Fixes
This commit is contained in:
parent
cf295105d4
commit
b4faf8991d
6
app.js
6
app.js
@ -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)
|
||||
});
|
||||
|
||||
}());
|
||||
|
Loading…
Reference in New Issue
Block a user