Create From Usage: Do not generate unnecessary/skip necessary empty lines
This commit is contained in:
@@ -5,7 +5,6 @@ fun test(n: Int): Int {
|
||||
return when (n) {
|
||||
1 -> {
|
||||
val foo: Int
|
||||
|
||||
foo
|
||||
}
|
||||
else -> {
|
||||
|
||||
Reference in New Issue
Block a user