Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 2d5008a

Browse files
dkhalanskyjbqwwdfsad
andauthoredFeb 23, 2023
Update kotlinx-coroutines-core/common/src/internal/CoroutineExceptionHandlerImpl.common.kt
Co-authored-by: Vsevolod Tolstopyatov <qwwdfsad@gmail.com>
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

Lines changed: 1 addition & 1 deletion
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)
Please sign in to comment.