NumericUtils: remove possible trailing whitespace

This commit is contained in:
2025-12-12 15:20:17 +01:00
parent 22e5e3ddec
commit 2f877bdec7

View File

@@ -101,7 +101,7 @@ class NumericUtils (val context: Context) {
else -> ""
})
}
return formatted.toString()
return formatted.toString().trim()
}
/**