mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-20 16:09:17 +01:00
style issue
This commit is contained in:
parent
75fd51d328
commit
517413c549
@ -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) {
|
||||||
|
Loading…
Reference in New Issue
Block a user