`line?.let { it.split(sep) }` instead of `if (...)...
# announcements
m
line?.let { it.split(sep) }
instead of
if (...) {
.