mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-04 04:57:39 +01:00
Restore trailing comma
This commit is contained in:
parent
9dba6d7c8c
commit
4427156f0b
@ -30,7 +30,7 @@ import timber.log.Timber
|
||||
import javax.inject.Inject
|
||||
|
||||
class ResumeVoiceBroadcastUseCase @Inject constructor(
|
||||
private val session: Session
|
||||
private val session: Session,
|
||||
) {
|
||||
|
||||
suspend fun execute(roomId: String): Result<Unit> = runCatching {
|
||||
|
Loading…
x
Reference in New Issue
Block a user