From ce1b3292293b5c542f7752b5d3358d11262332bf Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Wed, 28 Aug 2024 15:43:42 +0200 Subject: [PATCH] Fix formatting error --- .../push/impl/push/DefaultOnRedactedEventReceivedTest.kt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/libraries/push/impl/src/test/kotlin/io/element/android/libraries/push/impl/push/DefaultOnRedactedEventReceivedTest.kt b/libraries/push/impl/src/test/kotlin/io/element/android/libraries/push/impl/push/DefaultOnRedactedEventReceivedTest.kt index a038634f96..bb2f318467 100644 --- a/libraries/push/impl/src/test/kotlin/io/element/android/libraries/push/impl/push/DefaultOnRedactedEventReceivedTest.kt +++ b/libraries/push/impl/src/test/kotlin/io/element/android/libraries/push/impl/push/DefaultOnRedactedEventReceivedTest.kt @@ -73,9 +73,7 @@ class DefaultOnRedactedEventReceivedTest { getSummaryNotificationResult = { lambdaError() }, countResult = { lambdaError() }, ), - notificationDisplayer = FakeNotificationDisplayer( - - ), + notificationDisplayer = FakeNotificationDisplayer(), coroutineScope = this, context = context, stringProvider = FakeStringProvider(),