Remove single 0 padding
This commit is contained in:
parent
2899e98e3c
commit
841ca7af44
1 changed files with 0 additions and 1 deletions
1
index.ts
1
index.ts
|
@ -69,7 +69,6 @@ function writeTemplate(
|
|||
writeTemplate(template, value.toString() + '0', context);
|
||||
}
|
||||
if (isPrecision(value, 0)) {
|
||||
writeTemplate(template, value.toString() + '.0', context);
|
||||
writeTemplate(template, value.toString() + '.00', context);
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue