ktlint: statement fits in a single line

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
Andy Scherzinger 2023-12-05 16:45:02 +01:00
parent 3f911965bd
commit 565d0cf61b
No known key found for this signature in database
GPG Key ID: 6CADC7E3523C308B

View File

@ -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)
} }
} }