this might be just my ocd speaking but is no one b...
# getting-started
p
this might be just my ocd speaking but is no one bothered by the gap before
.map
?
Copy code
return sequence {
    // some code
    yield(thing)
}
    .map { it.something }
    .toList()
Am i formatting it wrong? How would you format it?
e
There's a lot of things that bother me in the current manner that Kotlin is formatted. So I guess it's not only you