Apply ktlint standard formatting
This commit is contained in:
@@ -7,5 +7,6 @@ import kotlinx.coroutines.channels.Channel
|
||||
abstract class MessageIO(val socket: Socket, val scope: CoroutineScope) {
|
||||
val incomingMessages = Channel<String>(Channel.BUFFERED)
|
||||
val outgoingMessages = Channel<ClientMessage>(Channel.BUFFERED)
|
||||
|
||||
abstract fun start(): Any
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user