Fix formatting issues.

This commit is contained in:
Benoit Marty 2024-06-05 15:11:51 +02:00
parent afe5c33f33
commit acefbbc7d8
3 changed files with 4 additions and 4 deletions

View file

@ -29,7 +29,6 @@ class FakeNotificationDrawerManager(
private val clearMembershipNotificationForSessionLambda: (SessionId) -> Unit = { lambdaError() },
private val clearMembershipNotificationForRoomLambda: (SessionId, RoomId) -> Unit = { _, _ -> lambdaError() }
) : NotificationDrawerManager {
override fun clearAllMessagesEvents(sessionId: SessionId) {
clearAllMessagesEventsLambda(sessionId)
}