remove .currencyAccounting from plain number format

This commit is contained in:
Ivan Smolin 2018-04-19 11:03:01 +03:00
parent ea9b97885e
commit d9cd4dcede
1 changed files with 0 additions and 1 deletions

View File

@ -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