Formatting
This commit is contained in:
parent
372e500590
commit
1a52385b78
1 changed files with 1 additions and 2 deletions
|
@ -38,7 +38,6 @@ interface Manga : SManga {
|
|||
fun getGenres(): List<String>? {
|
||||
if (genre.isNullOrBlank()) return null
|
||||
return genre?.split(", ")?.map { it.trim() }?.filterNot { it.isBlank() }?.distinct()
|
||||
|
||||
}
|
||||
|
||||
private fun setChapterFlags(flag: Int, mask: Int) {
|
||||
|
|
Reference in a new issue