Automatic Lint

This commit is contained in:
Syer10
2023-01-16 17:56:06 +00:00
parent de99675969
commit ea791a8bf6
3 changed files with 14 additions and 10 deletions

View File

@@ -31,7 +31,7 @@ import org.lighthousegames.logging.logging
class SourcePager @Inject constructor(
private val getManga: GetManga,
private val serverListeners: ServerListeners,
private val fetcher: suspend (page: Int) -> MangaPage?,
private val fetcher: suspend (page: Int) -> MangaPage?
) : CoroutineScope by CoroutineScope(Dispatchers.Default + SupervisorJob()) {
private val sourceMutex = Mutex()
@@ -83,4 +83,4 @@ class SourcePager @Inject constructor(
companion object {
private val log = logging()
}
}
}