[Formatting] Fix missing spaces

This commit is contained in:
David Hudson 2016-09-20 17:41:45 +09:00
parent 943e2ebe14
commit f185254114

View File

@ -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)
);
}