fix ktlint

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
Andy Scherzinger 2021-06-30 13:38:48 +02:00
parent 3e57018615
commit d37783d7a0
No known key found for this signature in database
GPG key ID: 6CADC7E3523C308B

View file

@ -25,4 +25,3 @@ import com.nextcloud.talk.models.json.chat.ChatMessage
interface VoiceMessageInterface {
fun updateMediaPlayerProgressBySlider(message: ChatMessage, progress: Int)
}