remove newlines
This commit is contained in:
parent
6df5d73cb4
commit
d238c0a8b4
|
|
@ -10,7 +10,6 @@ class DefaultApiError(
|
|||
errorCode = ApiError.FAILURE_CODE,
|
||||
errorMessage = errorMessage
|
||||
)
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -17,4 +17,3 @@ object RequestUtils {
|
|||
}
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -24,7 +24,6 @@ interface LogWebClient {
|
|||
|
||||
parseValue(responseBody, clazz)
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
private fun <T> parseValue(source: String?, clazz: Class<T>): T {
|
||||
|
|
@ -37,5 +36,3 @@ interface LogWebClient {
|
|||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue