Prechádzať zdrojové kódy

ktlint: statement fits in a single line

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
Andy Scherzinger 1 rok pred
rodič
commit
565d0cf61b

+ 1 - 4
app/src/main/java/com/nextcloud/talk/dagger/modules/RepositoryModule.kt

@@ -149,10 +149,7 @@ class RepositoryModule {
     }
 
     @Provides
-    fun provideConversationRepository(
-        ncApi: NcApi,
-        userProvider: CurrentUserProviderNew
-    ): ConversationRepository {
+    fun provideConversationRepository(ncApi: NcApi, userProvider: CurrentUserProviderNew): ConversationRepository {
         return ConversationRepositoryImpl(ncApi, userProvider)
     }
 }