Searched +defs:trimmed +defs:suffix (Results 1 – 1 of 1) sorted by relevance
61 val trimmed = paragraphs.firstOrNull()?.text?.trim() ?: "" in reformatComment() constant67 val suffix = if (commentType.suffix.isEmpty()) "" else " ${commentType.suffix}" in reformatComment() constant