mirror of
https://github.com/nasa/openmct.git
synced 2024-12-23 15:02:23 +00:00
[Time Conductor] Add missing semicolon
...to pass code style checks.
This commit is contained in:
parent
28c42fcd4c
commit
2accf21518
@ -38,7 +38,7 @@ define(
|
||||
testDomains = [
|
||||
{ key: "d1", name: "Domain #1" },
|
||||
{ key: "d2", name: "Domain #2" }
|
||||
]
|
||||
];
|
||||
conductor = new TimeConductor(testStart, testEnd, testDomains);
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user