TrailingCommaPostFormatProcessor: should be completed in one round
#KT-34744
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
fun some(x: Any) {
|
||||
when (x) {
|
||||
is Number -> 0
|
||||
else -> 1
|
||||
else -> 1
|
||||
}
|
||||
when {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user