tests: apply official code style
#KT-38632 Fixed
This commit is contained in:
@@ -4,8 +4,8 @@
|
||||
fun foo(list: List<String>): List<String> {
|
||||
val target = createCollection()
|
||||
<caret>list
|
||||
.asSequence()
|
||||
.flatMapTo(target) { it.lines().asSequence() }
|
||||
.asSequence()
|
||||
.flatMapTo(target) { it.lines().asSequence() }
|
||||
return target
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user