Fix moar ktlint issues
This commit is contained in:
parent
a831f05f6e
commit
5d086ad82d
528 changed files with 146 additions and 629 deletions
|
|
@ -19,7 +19,6 @@ package io.element.android.libraries.voicerecorder.impl.audio
|
|||
import java.io.File
|
||||
|
||||
interface Encoder {
|
||||
|
||||
fun init(file: File)
|
||||
|
||||
fun encode(buffer: ShortArray, readSize: Int)
|
||||
|
|
|
|||
|
|
@ -32,7 +32,6 @@ class DefaultVoiceFileManager @Inject constructor(
|
|||
private val config: VoiceFileConfig,
|
||||
room: MatrixRoom,
|
||||
) : VoiceFileManager {
|
||||
|
||||
private val roomId: RoomId = room.roomId
|
||||
|
||||
override fun createFile(): File {
|
||||
|
|
|
|||
|
|
@ -20,7 +20,6 @@ import com.google.common.truth.Truth.assertThat
|
|||
import org.junit.Test
|
||||
|
||||
class DBovAudioLevelCalculatorTest {
|
||||
|
||||
@Test
|
||||
fun `given max values, it returns 1`() {
|
||||
val calculator = DBovAudioLevelCalculator()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue