Fix error in removing dead sources (#15017)
This commit is contained in:
parent
a37ff2559e
commit
451d208d0e
|
@ -7,7 +7,6 @@ import java.util.concurrent.TimeUnit
|
|||
|
||||
class FlameScansFactory : SourceFactory {
|
||||
override fun createSources() = listOf(
|
||||
FlameScansAr(),
|
||||
FlameScansEn()
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue