klint format again

This commit is contained in:
LuftVerbot 2023-11-19 15:47:42 +01:00
parent 6215528c9d
commit 05f91245ac

View file

@ -779,7 +779,9 @@ class MangaScreenModel(
if (chapters.isEmpty() || !manga.shouldDownloadNewChapters(
categories,
downloadPreferences
)) return@launchNonCancellable
)) {
return@launchNonCancellable
}
downloadChapters(chapters)
}
}