mirror of
https://github.com/nextcloud/talk-android
synced 2025-07-10 22:34:15 +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
|
@Provides
|
||||||
fun translateRepository(ncApi: NcApi):
|
fun translateRepository(ncApi: NcApi): TranslateRepository {
|
||||||
TranslateRepository {
|
|
||||||
return TranslateRepositoryImpl(ncApi)
|
return TranslateRepositoryImpl(ncApi)
|
||||||
}
|
}
|
||||||
|
|
||||||
@Provides
|
@Provides
|
||||||
fun provideChatRepository(ncApi: NcApi):
|
fun provideChatRepository(ncApi: NcApi): ChatRepository {
|
||||||
ChatRepository {
|
|
||||||
return ChatRepositoryImpl(ncApi)
|
return ChatRepositoryImpl(ncApi)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user