Java to Kotlin converter: added blank line between main method and class

This commit is contained in:
Valentin Kipyatkov
2014-07-10 20:10:28 +04:00
parent fea36048f5
commit 6f1bdd1227
11 changed files with 11 additions and 1 deletions
+1
View File
@@ -4,4 +4,5 @@ public class A {
}
}
}
fun main(args: Array<String>) = A.main(args)
@@ -5,4 +5,5 @@ public class A {
}
}
}
fun main(args: Array<String>) = A.main(args)