Replace with for-each: add new-lines using comment saver
Related to KT-15858
This commit is contained in:
+2
-1
@@ -2,5 +2,6 @@
|
||||
fun foo() {
|
||||
val list = 1..4
|
||||
|
||||
list.forEach { i -> }
|
||||
list.forEach { i ->
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user