mirror of
https://github.com/nasa/openmct.git
synced 2025-06-01 23:20:50 +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));
|
app.use(express['static'](options.directory));
|
||||||
|
|
||||||
// Finally, open the HTTP server and log the instance to the console
|
// Finally, open the HTTP server and log the instance to the console
|
||||||
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)
|
||||||
});
|
});
|
||||||
|
|
||||||
}());
|
}());
|
||||||
|
Loading…
x
Reference in New Issue
Block a user