Fix detekt issues
All checks were successful
Pull Request / build (pull_request) Successful in 3m25s

This commit is contained in:
Marvin Elsen 2024-10-09 19:54:26 +02:00
parent 2fcdda5ae3
commit 86aa108e52
Signed by: marvinelsen
GPG Key ID: 820672408CC318C2

View File

@ -110,7 +110,9 @@ internal class EntryCell(private val resources: ResourceBundle, private val conf
)
)
val definition = entry.cedictDefinitions.joinToString(separator = " / ") { it.joinToString(separator = "; ") }
val definition = entry.cedictDefinitions.joinToString(
separator = " / "
) { it.joinToString(separator = "; ") }
labelDefinition.text = definition
contextMenu = createContextMenuForEntry(entry, resources)