Run formatter in function context for converted expression and statements
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
while (a > b)
|
||||
{
|
||||
var i: Int = 1
|
||||
i = i + 1
|
||||
while (a > b) {
|
||||
var i: Int = 1
|
||||
i = i + 1
|
||||
}
|
||||
Reference in New Issue
Block a user