remove .currencyAccounting from plain number format
This commit is contained in:
parent
ea9b97885e
commit
d9cd4dcede
|
|
@ -12,7 +12,6 @@ enum {{project_name}}NumberFormatType: NumberFormat {
|
|||
|
||||
switch self {
|
||||
case .plain:
|
||||
formatter.numberStyle = .currencyAccounting
|
||||
formatter.usesGroupingSeparator = false
|
||||
formatter.maximumFractionDigits = 0
|
||||
formatter.minimumIntegerDigits = 1
|
||||
|
|
|
|||
Loading…
Reference in New Issue