removing an empty line

This commit is contained in:
Tibor Kaputa 2022-06-15 09:43:54 +02:00 committed by GitHub
parent d5addfbfa9
commit b353c6d85c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,6 @@ import java.util.concurrent.atomic.AtomicBoolean
import java.util.concurrent.atomic.AtomicInteger
import kotlin.math.abs
class Mp3Recorder(val context: Context) : Recorder {
private var mp3buffer: ByteArray = ByteArray(0)
private var isPaused = AtomicBoolean(false)