Update linter
This commit is contained in:
@@ -5,7 +5,7 @@ import eu.kanade.domain.manga.repository.MangaRepository
|
||||
import kotlinx.coroutines.flow.Flow
|
||||
|
||||
class GetFavoritesBySourceId(
|
||||
private val mangaRepository: MangaRepository
|
||||
private val mangaRepository: MangaRepository,
|
||||
) {
|
||||
|
||||
fun subscribe(sourceId: Long): Flow<List<Manga>> {
|
||||
|
||||
@@ -17,7 +17,7 @@ data class Manga(
|
||||
val genre: List<String>?,
|
||||
val status: Long,
|
||||
val thumbnailUrl: String?,
|
||||
val initialized: Boolean
|
||||
val initialized: Boolean,
|
||||
) {
|
||||
|
||||
val sorting: Long
|
||||
|
||||
Reference in New Issue
Block a user