I think that can just be `return lines.joinToStrin...
# announcements
k
I think that can just be
return lines.joinToString(separator = if (newLine) separator else "")
a
Good point!