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