forked from penguin86/luna-tracker
NumericUtils: remove possible trailing whitespace
This commit is contained in:
@@ -101,7 +101,7 @@ class NumericUtils (val context: Context) {
|
||||
else -> ""
|
||||
})
|
||||
}
|
||||
return formatted.toString()
|
||||
return formatted.toString().trim()
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user