tests: apply official code style
#KT-38632 Fixed
This commit is contained in:
+4
-4
@@ -4,10 +4,10 @@
|
||||
fun foo(list: List<String>, o: Any): Int? {
|
||||
if (o is Int) {
|
||||
return list
|
||||
.map { it.length + o }
|
||||
.filter { it > 0 }
|
||||
.map { it * o.hashCode() }
|
||||
.firstOrNull()
|
||||
.map { it.length + o }
|
||||
.filter { it > 0 }
|
||||
.map { it * o.hashCode() }
|
||||
.firstOrNull()
|
||||
}
|
||||
return 0
|
||||
}
|
||||
Reference in New Issue
Block a user