[stdlib] Remove unused kotlin.time.formatUpToDecimals
This commit is contained in:
committed by
Space Team
parent
1e9bc1abc7
commit
2d08953c91
@@ -25,8 +25,3 @@ internal actual fun formatToExactDecimals(value: Double, decimals: Int): String
|
||||
createFormatForDecimals(decimals)
|
||||
return format.format(value)
|
||||
}
|
||||
|
||||
internal actual fun formatUpToDecimals(value: Double, decimals: Int): String =
|
||||
createFormatForDecimals(0)
|
||||
.apply { maximumFractionDigits = decimals }
|
||||
.format(value)
|
||||
|
||||
Reference in New Issue
Block a user