mirror of
https://github.com/jlengrand/ktor.git
synced 2026-03-10 08:31:20 +00:00
Fix codestyle
This commit is contained in:
@@ -60,9 +60,10 @@ class ServerRequestScope internal constructor(
|
||||
* Creates another request scope with same parameters except coroutine context
|
||||
*/
|
||||
@KtorExperimentalAPI
|
||||
fun withContext(coroutineContext: CoroutineContext): ServerRequestScope =
|
||||
ServerRequestScope(this.coroutineContext + coroutineContext,
|
||||
input, output, remoteAddress, upgraded)
|
||||
fun withContext(coroutineContext: CoroutineContext): ServerRequestScope = ServerRequestScope(
|
||||
this.coroutineContext + coroutineContext,
|
||||
input, output, remoteAddress, upgraded
|
||||
)
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user