mirror of
https://github.com/nextcloud/talk-android
synced 2025-07-10 14:24:05 +01:00
ktlint: Single space expected between colon and return type
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
parent
9395a35af6
commit
d7f8d1ecb2
@ -131,14 +131,12 @@ class RepositoryModule {
|
||||
}
|
||||
|
||||
@Provides
|
||||
fun translateRepository(ncApi: NcApi):
|
||||
TranslateRepository {
|
||||
fun translateRepository(ncApi: NcApi): TranslateRepository {
|
||||
return TranslateRepositoryImpl(ncApi)
|
||||
}
|
||||
|
||||
@Provides
|
||||
fun provideChatRepository(ncApi: NcApi):
|
||||
ChatRepository {
|
||||
fun provideChatRepository(ncApi: NcApi): ChatRepository {
|
||||
return ChatRepositoryImpl(ncApi)
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user