tests: apply official code style
#KT-38632 Fixed
This commit is contained in:
+2
-2
@@ -2,6 +2,6 @@
|
||||
|
||||
fun test(list: List<Int>): List<Int> {
|
||||
return list // comment1
|
||||
.<caret>filter { it > 1 } // comment2
|
||||
.map { it * 2 } // comment3
|
||||
.<caret>filter { it > 1 } // comment2
|
||||
.map { it * 2 } // comment3
|
||||
}
|
||||
Reference in New Issue
Block a user