Fixes lint error
This commit is contained in:
parent
7c1d1c3464
commit
83bd9bca86
@ -194,7 +194,7 @@ internal class RoomSummaryDataSource @Inject constructor(
|
||||
}
|
||||
val dataSourceFactory = realmDataSourceFactory.map {
|
||||
roomSummaryMapper.map(it)
|
||||
}.map { it.getWithParents()}
|
||||
}.map { it.getWithParents() }
|
||||
|
||||
val boundaries = MutableLiveData(ResultBoundaries())
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user