Formatting fixes

This commit is contained in:
arkon 2022-06-02 18:46:41 -04:00
parent 143f6cc3c9
commit d8f3813906
5 changed files with 7 additions and 8 deletions

View File

@ -7,5 +7,4 @@ import java.util.Locale
class ARESManga : WPMangaReader("ARESManga", "https://aresmanga.com", "ar", dateFormat = SimpleDateFormat("MMMMM dd, yyyy", Locale("ar"))) { class ARESManga : WPMangaReader("ARESManga", "https://aresmanga.com", "ar", dateFormat = SimpleDateFormat("MMMMM dd, yyyy", Locale("ar"))) {
// The scanlator changed their name. // The scanlator changed their name.
override val id: Long = 230017529540228175 override val id: Long = 230017529540228175
} }