Skip to content

Commit 2d5008a

Browse files
Update kotlinx-coroutines-core/common/src/internal/CoroutineExceptionHandlerImpl.common.kt
Co-authored-by: Vsevolod Tolstopyatov <[email protected]>
1 parent d5951d8 commit 2d5008a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kotlinx-coroutines-core/common/src/internal/CoroutineExceptionHandlerImpl.common.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,4 @@ internal expect class DiagnosticCoroutineContextException(context: CoroutineCont
6969
* For now, we will take solace in knowledge that such exceptions are exceedingly rare, even rarer than globally
7070
* uncaught exceptions in general.
7171
*/
72-
internal object ExceptionSuccessfullyProcessed: Exception()
72+
internal object ExceptionSuccessfullyProcessed : Exception()

0 commit comments

Comments
 (0)