Updated on 2026-08-14

This commit is contained in:
Tangem 2023-04-25 09:37:15 +03:00
parent 5024408d45
commit 4e81ef251d
19 changed files with 93 additions and 197 deletions

View file

@ -22,5 +22,5 @@ class TestingCoroutineDispatcherProvider(
override val main: CoroutineDispatcher = Dispatchers.Unconfined,
override val io: CoroutineDispatcher = Dispatchers.Unconfined,
override val single: CoroutineDispatcher = Executors.newFixedThreadPool(1).asCoroutineDispatcher(),
) : CoroutineDispatcherProvider
) : CoroutineDispatcherProvider

View file

@ -3,4 +3,4 @@ package com.tangem.utils.extensions
/**
[REDACTED_AUTHOR]
*/
fun Char.isNotWhitespace(): Boolean = !this.isWhitespace()
fun Char.isNotWhitespace(): Boolean = !this.isWhitespace()