yamin8000 / PrettyPersianNumbers

PrettyPersianNumbers is an Android library to convert a number to a word for Persian/Farsi using Kotlin/JVM
GNU General Public License v3.0
40 stars 3 forks source link

Fix 'Parentheses in ("${number[0]}".toLong()) are unnecessary and can be replaced with: "${number[0]}".toLong()' issue in Persian_Numbers\src\main\java\com\github\yamin8000\ppn\PersianDigits.kt #70

Open yamin8000 opened 4 months ago

yamin8000 commented 4 months ago

CodeFactor found an issue: Parentheses in ("${number[0]}".toLong()) are unnecessary and can be replaced with: "${number[0]}".toLong()

It's currently on: Persian_Numbers\src\main\java\com\github\yamin8000\ppn\PersianDigits.kt:112