[kotlin][client] Kotlinx Serialization code formating (#12922)

* [kotlin][client] Kotlinx Serialization cleanup

* [kotlin][client] Kotlinx Serialization cleanup
This commit is contained in:
Bruno Coelho
2022-07-19 14:05:17 +01:00
committed by GitHub
parent 1a5b5924ed
commit 8d62e597ae
60 changed files with 79 additions and 73 deletions

View File

@@ -14,4 +14,4 @@ class BigDecimalAdapter {
fun fromJson(value: String): BigDecimal {
return BigDecimal(value)
}
}
}

View File

@@ -14,4 +14,4 @@ class BigIntegerAdapter {
fun fromJson(value: String): BigInteger {
return BigInteger(value)
}
}
}