diff --git a/ts-web/ts-web-coroutine/src/main/kotlin/cn/tursom/web/Utils.kt b/ts-web/ts-web-coroutine/src/main/kotlin/cn/tursom/web/Utils.kt index 459838f..ba8465b 100644 --- a/ts-web/ts-web-coroutine/src/main/kotlin/cn/tursom/web/Utils.kt +++ b/ts-web/ts-web-coroutine/src/main/kotlin/cn/tursom/web/Utils.kt @@ -21,4 +21,4 @@ suspend fun HttpContent.waitBodyParam(): HttpContent { } } return this -} \ No newline at end of file +}