mirror of
https://github.com/melihaksoy/Android-Kotlin-Modulerized-CleanArchitecture.git
synced 2026-04-26 18:58:32 +02:00
Fixed detekt findings, removed test code
This commit is contained in:
@@ -4,7 +4,7 @@ import com.melih.abstractions.mapper.Mapper
|
||||
import com.melih.definitions.entities.LaunchEntity
|
||||
import javax.inject.Inject
|
||||
|
||||
class LaunchMapper @Inject constructor() : Mapper<LaunchEntity, LaunchItem>() {
|
||||
class LaunchMapper @Inject constructor() : Mapper<LaunchEntity, LaunchItem> {
|
||||
|
||||
override fun convert(launchEntity: LaunchEntity) =
|
||||
with(launchEntity) {
|
||||
|
||||
Reference in New Issue
Block a user