fix: remove tab that should be 4 spaces (#5017)

This commit is contained in:
Ken Swenson 2020-12-04 14:51:25 -05:00 committed by GitHub
parent 75cb78ddcc
commit fadeb3bf9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -50,7 +50,7 @@ class WPMangaStreamFactory : SourceFactory {
Boosei(),
Mangakyo(),
AsuraScans(),
BestManhua(),
BestManhua(),
SilenceScan(),
SheaManga(),
FlameScans(),
@ -84,7 +84,7 @@ class SheaManga : WPMangaStream(
class AsuraScans : WPMangaStream("AsuraScans", "https://asurascans.com", "en") {
override val pageSelector = "div#readerarea img[lazy]"
}
class BestManhua : WPMangaStream("BestManhua", "https://bestmanhua.com", "en")
class BestManhua : WPMangaStream("BestManhua", "https://bestmanhua.com", "en")
class SekteKomik : WPMangaStream("Sekte Komik (WP Manga Stream)", "https://sektekomik.com", "id")