Fix code style issue

This commit is contained in:
Maxime NATUREL 2023-02-15 10:37:10 +01:00
parent e8f37dc916
commit 068a43e1f4
1 changed files with 0 additions and 2 deletions

View File

@ -39,5 +39,3 @@ data class MessageEndPollContent(
) : MessageContent { ) : MessageContent {
fun getBestText() = text ?: unstableText fun getBestText() = text ?: unstableText
} }