mirror of
https://github.com/nasa/openmct.git
synced 2024-12-21 14:07:50 +00:00
[Formatting] Fix missing spaces
This commit is contained in:
parent
943e2ebe14
commit
f185254114
@ -62,7 +62,7 @@ define(
|
||||
result.power,
|
||||
0,
|
||||
domainObject.getModel().capacity, // Watts
|
||||
(domainObject.getModel().startingSOC/100)*domainObject.getModel().capacity,
|
||||
(domainObject.getModel().startingSOC / 100) * domainObject.getModel().capacity,
|
||||
1 / 3600000 // millis-to-hour (since units are watt-hours)
|
||||
);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user