[JapScan] Fix code style

Koitharu 3 years ago committed by GitHub
parent 44b3b9b0c1
commit db3c73156e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -115,7 +115,7 @@ internal class JapScanParser(context: MangaLoaderContext) : PagedMangaParser(con
val shortkeyRegex = Regex("""'([\dA-Z]{2})'""", RegexOption.IGNORE_CASE)
val longkeyRegex = Regex("""'([\dA-Z]{20})'""", RegexOption.IGNORE_CASE)
val LongTables = longkeyRegex.findAll(script).map {
val longTables = longkeyRegex.findAll(script).map {
it.groupValues[1]
}.toList()

Loading…
Cancel
Save