forked from loafle/openapi-generator-original
[kotlin][client] Add new line at the end of all files (#16062)
* [kotlin][client] add new line at end of files * [kotlin][client] add new line at end of files
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
|
||||
rootProject.name = 'kotlin-array-simple-string-jvm-okhttp3'
|
||||
rootProject.name = 'kotlin-array-simple-string-jvm-okhttp3'
|
||||
|
||||
@@ -20,4 +20,4 @@ fun <T : Any?> toMultiValue(items: Iterable<T>, collectionFormat: String, map: (
|
||||
"multi" -> items.map(map)
|
||||
else -> listOf(items.joinToString(separator = collectionDelimiter(collectionFormat), transform = map))
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -15,4 +15,4 @@ open class ServerException(message: kotlin.String? = null, val statusCode: Int =
|
||||
companion object {
|
||||
private const val serialVersionUID: Long = 456L
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -15,4 +15,4 @@ data class RequestConfig<T>(
|
||||
val query: MutableMap<String, List<String>> = mutableMapOf(),
|
||||
val requiresAuthentication: Boolean,
|
||||
val body: T? = null
|
||||
)
|
||||
)
|
||||
|
||||
@@ -5,4 +5,4 @@ package org.openapitools.client.infrastructure
|
||||
*/
|
||||
enum class RequestMethod {
|
||||
GET, DELETE, HEAD, OPTIONS, PATCH, POST, PUT
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user