Style: Removed trailing whitespace
This commit is contained in:
committed by
GitHub
parent
6507ca791d
commit
b3cc600ff0
+2
-2
@@ -127,7 +127,7 @@
|
|||||||
let result;
|
let result;
|
||||||
let missing;
|
let missing;
|
||||||
let i;
|
let i;
|
||||||
|
|
||||||
// rounding
|
// rounding
|
||||||
if (deci) {
|
if (deci) {
|
||||||
amount = Math.pow (10, deci || 1);
|
amount = Math.pow (10, deci || 1);
|
||||||
@@ -149,7 +149,7 @@
|
|||||||
} else {
|
} else {
|
||||||
missing = deci - result.split ('.')[1].length;
|
missing = deci - result.split ('.')[1].length;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (missing) {
|
if (missing) {
|
||||||
for (i = missing; i > 0; i--) {
|
for (i = missing; i > 0; i--) {
|
||||||
result += '0';
|
result += '0';
|
||||||
|
|||||||
Reference in New Issue
Block a user