tests: apply official code style
#KT-38632 Fixed
This commit is contained in:
+2
-2
@@ -5,7 +5,7 @@ import java.util.HashSet
|
||||
|
||||
fun foo(map: Map<Int, String>): Collection<Int> {
|
||||
val <caret>result = map.values
|
||||
.map { it.length }
|
||||
.toSet()
|
||||
.map { it.length }
|
||||
.toSet()
|
||||
return result
|
||||
}
|
||||
Reference in New Issue
Block a user