mirror of
https://github.com/melihaksoy/Android-Kotlin-Modulerized-CleanArchitecture.git
synced 2026-03-26 03:11:33 +01: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 LaunchDetailMapper @Inject constructor() : Mapper<LaunchEntity, LaunchDetailItem>() {
|
||||
class LaunchDetailMapper @Inject constructor() : Mapper<LaunchEntity, LaunchDetailItem> {
|
||||
|
||||
override fun convert(launchEntity: LaunchEntity) =
|
||||
with(launchEntity) {
|
||||
|
||||
Reference in New Issue
Block a user