From 24c23176f66e3474d5daa7a30242f08f28a07edf Mon Sep 17 00:00:00 2001 From: therealbush Date: Fri, 1 Apr 2022 19:26:23 -1000 Subject: format --- src/main/kotlin/me/bush/illnamethislater/CancelledState.kt | 1 - src/main/kotlin/me/bush/illnamethislater/ListenerGroup.kt | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/main/kotlin/me/bush/illnamethislater/CancelledState.kt b/src/main/kotlin/me/bush/illnamethislater/CancelledState.kt index 87846c7..80022ba 100644 --- a/src/main/kotlin/me/bush/illnamethislater/CancelledState.kt +++ b/src/main/kotlin/me/bush/illnamethislater/CancelledState.kt @@ -4,7 +4,6 @@ import sun.misc.Unsafe import java.lang.reflect.Modifier import kotlin.reflect.KClass import kotlin.reflect.KMutableProperty -import kotlin.reflect.KMutableProperty1 import kotlin.reflect.full.declaredMembers import kotlin.reflect.full.isSubclassOf import kotlin.reflect.jvm.javaField diff --git a/src/main/kotlin/me/bush/illnamethislater/ListenerGroup.kt b/src/main/kotlin/me/bush/illnamethislater/ListenerGroup.kt index 9c8714b..7b2a039 100644 --- a/src/main/kotlin/me/bush/illnamethislater/ListenerGroup.kt +++ b/src/main/kotlin/me/bush/illnamethislater/ListenerGroup.kt @@ -1,8 +1,8 @@ package me.bush.illnamethislater -import kotlinx.coroutines.* +import kotlinx.coroutines.launch +import kotlinx.coroutines.runBlocking import java.util.concurrent.CopyOnWriteArrayList -import kotlin.coroutines.CoroutineContext import kotlin.reflect.KClass /** -- cgit