From aad9e12468e9105e58ebb83fe71e547d60b87b0a Mon Sep 17 00:00:00 2001 From: Aleksandar Apostolov Date: Fri, 27 Oct 2023 13:49:10 +0200 Subject: [PATCH] Spotless --- .../compose/ui/components/call/renderer/ParticipantsLayout.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/stream-video-android-compose/src/main/kotlin/io/getstream/video/android/compose/ui/components/call/renderer/ParticipantsLayout.kt b/stream-video-android-compose/src/main/kotlin/io/getstream/video/android/compose/ui/components/call/renderer/ParticipantsLayout.kt index 1484b157be..426efc9c2f 100644 --- a/stream-video-android-compose/src/main/kotlin/io/getstream/video/android/compose/ui/components/call/renderer/ParticipantsLayout.kt +++ b/stream-video-android-compose/src/main/kotlin/io/getstream/video/android/compose/ui/components/call/renderer/ParticipantsLayout.kt @@ -16,7 +16,6 @@ package io.getstream.video.android.compose.ui.components.call.renderer -import android.util.Log import androidx.compose.foundation.layout.fillMaxWidth import androidx.compose.runtime.Composable import androidx.compose.runtime.derivedStateOf