Conversion on copy paste: Reformat code after conversion
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
fun main(args: Array<String>) {
|
||||
if (x > 0)
|
||||
x = 2
|
||||
else
|
||||
x = 3
|
||||
}
|
||||
Reference in New Issue
Block a user