style issue
This commit is contained in:
parent
75fd51d328
commit
517413c549
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ class DownloadStatRepositoryImpl(
|
||||||
}
|
}
|
||||||
|
|
||||||
override suspend fun getStatOperationsAsFlow(): Flow<List<DownloadStatOperation>> {
|
override suspend fun getStatOperationsAsFlow(): Flow<List<DownloadStatOperation>> {
|
||||||
return handler.subscribeToList{ download_statQueries.getStatOperations(DownloadStatActionMapper) }
|
return handler.subscribeToList { download_statQueries.getStatOperations(DownloadStatActionMapper) }
|
||||||
}
|
}
|
||||||
|
|
||||||
override suspend fun insert(operation: DownloadStatOperation) {
|
override suspend fun insert(operation: DownloadStatOperation) {
|
||||||
|
|
Reference in a new issue