mirror of https://gitee.com/bigwinds/arangodb
whitespace
This commit is contained in:
parent
82199b1d71
commit
cc98799a97
|
@ -76,7 +76,7 @@ function percentChange2 (current, prev, section, src1, src2) {
|
||||||
var p = prev[section][src1] - prev[section][src2];
|
var p = prev[section][src1] - prev[section][src2];
|
||||||
|
|
||||||
if (p !== 0) {
|
if (p !== 0) {
|
||||||
return (current[section][src1] -current[section][src2] - p) / p;
|
return (current[section][src1] - current[section][src2] - p) / p;
|
||||||
}
|
}
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
|
Loading…
Reference in New Issue