mirror of
https://github.com/nasa/openmct.git
synced 2025-02-20 17:33:23 +00:00
[Style] Brace after if criteria
This commit is contained in:
parent
a94763041e
commit
c118234bbf
@ -44,7 +44,7 @@ define(
|
||||
function RootModelProvider(roots, $q, $log) {
|
||||
// Pull out identifiers to used as ROOT's, while setting locations.
|
||||
var ids = roots.map(function (root) {
|
||||
if (!root.model) root.model = {};
|
||||
if (!root.model) { root.model = {}; }
|
||||
root.model.location = 'ROOT';
|
||||
return root.id;
|
||||
}),
|
||||
|
Loading…
x
Reference in New Issue
Block a user