NumericUtils: remove possible trailing whitespace

This commit is contained in:
2026-08-08 21:46:35 +02:00
parent 358452a179
commit 2dbb3741be
+1 -1
View File
@@ -101,7 +101,7 @@ class NumericUtils (val context: Context) {
else -> "" else -> ""
}) })
} }
return formatted.toString() return formatted.toString().trim()
} }
/** /**