diff --git a/core/com/github/doomsdayrs/api/shosetsu/services/core/dep/ScrapeFormat.kt b/core/com/github/doomsdayrs/api/shosetsu/services/core/dep/ScrapeFormat.kt index 5f471d7..5bee169 100644 --- a/core/com/github/doomsdayrs/api/shosetsu/services/core/dep/ScrapeFormat.kt +++ b/core/com/github/doomsdayrs/api/shosetsu/services/core/dep/ScrapeFormat.kt @@ -30,8 +30,7 @@ import java.net.URL * * @author github.com/doomsdayrs */ -abstract class ScrapeFormat : Formatter { - override val formatterID: Int = -2 +abstract class ScrapeFormat(override val formatterID: Int = -2) : Formatter { // Variables that can be adjusted var hasSearch = true override var isIncrementingChapterList: Boolean = false diff --git a/pom.xml b/pom.xml index d6a3234..b50fed8 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.github.doomsdayrs.api shosetsu-services - 0.2.1 + 0.2.2 1.3.61