mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-18 04:08:44 +03:00
Remove redundant return
Signed-off-by: Dominic Fischer <dominicfischer7@gmail.com>
This commit is contained in:
parent
0a318f618b
commit
3d970737d1
1 changed files with 1 additions and 1 deletions
|
@ -38,6 +38,6 @@ internal class DefaultRawService @Inject constructor(
|
|||
}
|
||||
|
||||
override suspend fun clearCache() {
|
||||
return cleanRawCacheTask.execute(Unit)
|
||||
cleanRawCacheTask.execute(Unit)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue