Remove double empty lines

This commit is contained in:
Naveen 2022-10-14 22:19:31 +05:30
parent 8c67dfa929
commit 69e3cfd3b7
2 changed files with 0 additions and 2 deletions

View file

@ -4,7 +4,6 @@ import com.google.gson.*
import java.math.BigDecimal
import java.math.BigInteger
val JsonElement.optString: String?
get() = safeConversion { asString }