mirror of
https://github.com/nasa/openmct.git
synced 2025-05-07 02:58:30 +00:00
[Timeline] Add missing semicolon
...to pass code style checks
This commit is contained in:
parent
0d419fa5fd
commit
bd7cb98a4c
@ -58,7 +58,7 @@ define([
|
||||
mockDomainObject.useCapability.andCallFake(function (c) {
|
||||
return c === 'composition' &&
|
||||
Promise.resolve(model.composition.map(function (id) {
|
||||
return mockDomainObjects[id]
|
||||
return mockDomainObjects[id];
|
||||
}));
|
||||
});
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user