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