Fix error in removing dead sources (#15017)

This commit is contained in:
stevenyomi 2023-01-19 05:09:39 +08:00 committed by GitHub
parent a37ff2559e
commit 451d208d0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -7,7 +7,6 @@ import java.util.concurrent.TimeUnit
class FlameScansFactory : SourceFactory {
override fun createSources() = listOf(
FlameScansAr(),
FlameScansEn()
)
}