mirror of
https://github.com/nextcloud/talk-android
synced 2025-07-10 06:14:10 +01:00
ktlint: statement fits in a single line
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
parent
3f911965bd
commit
565d0cf61b
@ -149,10 +149,7 @@ class RepositoryModule {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Provides
|
@Provides
|
||||||
fun provideConversationRepository(
|
fun provideConversationRepository(ncApi: NcApi, userProvider: CurrentUserProviderNew): ConversationRepository {
|
||||||
ncApi: NcApi,
|
|
||||||
userProvider: CurrentUserProviderNew
|
|
||||||
): ConversationRepository {
|
|
||||||
return ConversationRepositoryImpl(ncApi, userProvider)
|
return ConversationRepositoryImpl(ncApi, userProvider)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user