diff --git a/src/main/kotlin/com/marvinelsen/willow/ui/cells/EntryCellFactory.kt b/src/main/kotlin/com/marvinelsen/willow/ui/cells/EntryCellFactory.kt index d6e49fa..d00633c 100644 --- a/src/main/kotlin/com/marvinelsen/willow/ui/cells/EntryCellFactory.kt +++ b/src/main/kotlin/com/marvinelsen/willow/ui/cells/EntryCellFactory.kt @@ -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)