mirror of
https://github.com/vector-im/riotX-android
synced 2025-10-06 00:02:48 +02:00
adding trailing commas
This commit is contained in:
@@ -26,7 +26,7 @@ fun getMatrixInstance(): Matrix {
|
||||
val context = InstrumentationRegistry.getInstrumentation().targetContext
|
||||
val configuration = MatrixConfiguration(
|
||||
roomDisplayNameFallbackProvider = VectorRoomDisplayNameFallbackProvider(context),
|
||||
syncConfig = SyncConfig(longPollTimeout = 5_000L)
|
||||
syncConfig = SyncConfig(longPollTimeout = 5_000L),
|
||||
)
|
||||
return Matrix(context, configuration)
|
||||
}
|
||||
|
Reference in New Issue
Block a user