Refine code style

This commit is contained in:
Mygod
2020-06-21 06:06:06 +08:00
parent ad218d7ec6
commit 2ebe0e4962
16 changed files with 35 additions and 72 deletions

View File

@@ -40,7 +40,7 @@ interface RootCommandChannel<T : Parcelable?> : Parcelable {
@Parcelize
internal class ChannelClosed(val index: Long) : RootCommandOneWay {
override suspend fun execute() = throw IllegalStateException("Internal implementation")
override suspend fun execute() = error("Internal implementation")
}
@Parcelize