mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
Restrict line length with ktlint
This commit is contained in:
parent
056dbaefda
commit
1d144e6767
61 changed files with 660 additions and 148 deletions
|
@ -8,9 +8,8 @@ import eu.kanade.tachiyomi.source.model.SManga
|
|||
import tachiyomi.core.util.lang.withIOContext
|
||||
import tachiyomi.domain.source.repository.SourcePagingSourceType
|
||||
|
||||
class SourceSearchPagingSource(source: CatalogueSource, val query: String, val filters: FilterList) : SourcePagingSource(
|
||||
source,
|
||||
) {
|
||||
class SourceSearchPagingSource(source: CatalogueSource, val query: String, val filters: FilterList) :
|
||||
SourcePagingSource(source) {
|
||||
override suspend fun requestNextPage(currentPage: Int): MangasPage {
|
||||
return source.getSearchManga(currentPage, query, filters)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue