[JapScan] Fix code style

pull/202/head
Koitharu 3 years ago committed by GitHub
parent db3c73156e
commit b3f79e77c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -119,7 +119,7 @@ internal class JapScanParser(context: MangaLoaderContext) : PagedMangaParser(con
it.groupValues[1]
}.toList()
val ShortTables = shortkeyRegex.findAll(script).map {
val shortTables = shortkeyRegex.findAll(script).map {
it.groupValues[1]
}.toList()

Loading…
Cancel
Save