fix formatting by kotlinter

This commit is contained in:
Aria Moradi
2022-05-06 17:52:16 +04:30
parent 39b468ef06
commit 5bbc1dedef
7 changed files with 3 additions and 9 deletions

View File

@@ -77,7 +77,7 @@ object CategoryManga {
)
val selectedColumns = MangaTable.columns + unreadExpression + downloadExpression + chapterCountExpression
val transform: (ResultRow) -> MangaDataClass = {
val dataClass = MangaTable.toDataClass(it)
dataClass.unreadCount = it[unreadExpression]?.toInt()