Skip to content

Commit d5951d8

Browse files
Update kotlinx-coroutines-test/common/src/internal/ExceptionCollector.kt
Co-authored-by: Vsevolod Tolstopyatov <[email protected]>
1 parent 3cfdf7a commit d5951d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kotlinx-coroutines-test/common/src/internal/ExceptionCollector.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import kotlin.coroutines.*
2020
* The callbacks in this object are the last resort before relying on platform-dependent
2121
* ways to report uncaught exceptions from coroutines.
2222
*/
23-
internal object ExceptionCollector: AbstractCoroutineContextElement(CoroutineExceptionHandler), CoroutineExceptionHandler {
23+
internal object ExceptionCollector : AbstractCoroutineContextElement(CoroutineExceptionHandler), CoroutineExceptionHandler {
2424
private val lock = SynchronizedObject()
2525
private var enabled = false
2626
private val unprocessedExceptions = mutableListOf<Throwable>()

0 commit comments

Comments
 (0)