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