More correct code transformations: do not perform formatter's job on yourself
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
import java.util.HashMap
|
||||
|
||||
fun foo(map : HashMap<String, Int>) {
|
||||
for (entry : MutableMap.MutableEntry<String, Int><caret> in map.entrySet()) {
|
||||
for (entry: MutableMap.MutableEntry<String, Int><caret> in map.entrySet()) {
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user