Skip to content

Commit

Permalink
Fix separator issue
Browse files Browse the repository at this point in the history
  • Loading branch information
lmcmz committed Dec 6, 2022
1 parent e1721be commit 364f000
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Sources/Models/FlowCadence.swift
Original file line number Diff line number Diff line change
Expand Up @@ -384,6 +384,7 @@ extension Decimal {
let formatter = NumberFormatter()
formatter.minimumFractionDigits = Flow.decimal
formatter.maximumFractionDigits = Flow.decimal
formatter.decimalSeparator = "."
return formatter.string(from: NSDecimalNumber(decimal: self))
}
}
Expand Down

0 comments on commit 364f000

Please sign in to comment.