Skip to content

Commit 94733e2

Browse files
committed
(dev) 16 maximumFractionDigits is enough
1 parent 701ef48 commit 94733e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/BuiltInBasicType.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ fileprivate let formatter: NumberFormatter = {
117117
let formatter = NumberFormatter()
118118
formatter.usesGroupingSeparator = false
119119
formatter.numberStyle = .decimal
120-
formatter.maximumFractionDigits = 100
120+
formatter.maximumFractionDigits = 16
121121
return formatter
122122
}()
123123

0 commit comments

Comments
 (0)