mirror of
https://github.com/aniyomiorg/aniyomi.git
synced 2024-11-21 12:17:12 +03:00
klint format again
This commit is contained in:
parent
6215528c9d
commit
05f91245ac
1 changed files with 3 additions and 1 deletions
|
@ -779,7 +779,9 @@ class MangaScreenModel(
|
|||
if (chapters.isEmpty() || !manga.shouldDownloadNewChapters(
|
||||
categories,
|
||||
downloadPreferences
|
||||
)) return@launchNonCancellable
|
||||
)) {
|
||||
return@launchNonCancellable
|
||||
}
|
||||
downloadChapters(chapters)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue