Formatting change.
[dygraphs.git] / dygraph.js
index 85885e2..e6b971b 100644 (file)
@@ -2368,8 +2368,7 @@ Dygraph.stackPoints_ = function(
     if (isNaN(actualYval) || actualYval === null) {
       if(fillMethod == 'none') {
         actualYval = 0;
-      }
-      else {
+      } else {
         // Interpolate/extend for stacking purposes if possible.
         updateNextPoint(i);
         if (prevPoint && nextPoint && fillMethod != 'none') {