mirror of
https://github.com/nasa/openmct.git
synced 2025-05-21 01:37:38 +00:00
Last indentation fix
This commit is contained in:
parent
b4faf8991d
commit
d32ef4bc3d
2
app.js
2
app.js
@ -77,7 +77,7 @@
|
|||||||
|
|
||||||
// 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