mirror of
https://github.com/element-hq/element-android
synced 2024-11-27 03:48:12 +03:00
Restore trailing comma
This commit is contained in:
parent
9dba6d7c8c
commit
4427156f0b
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue