From f1852541141857aafbb97b6bc02d168ede8067ee Mon Sep 17 00:00:00 2001 From: David Hudson Date: Tue, 20 Sep 2016 17:41:45 +0900 Subject: [PATCH] [Formatting] Fix missing spaces --- platform/features/timeline/src/capabilities/GraphCapability.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/features/timeline/src/capabilities/GraphCapability.js b/platform/features/timeline/src/capabilities/GraphCapability.js index 86095b13ab..4e9cce0c8c 100644 --- a/platform/features/timeline/src/capabilities/GraphCapability.js +++ b/platform/features/timeline/src/capabilities/GraphCapability.js @@ -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) ); }