mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-17 04:20:00 +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…
Add table
Reference in a new issue