Add space after a semicolon only if there's another child at the same line
This commit is contained in:
committed by
Nikolay Krasko
parent
b560aab06d
commit
f8196d8331
+3
@@ -1,3 +1,6 @@
|
||||
fun foo() {
|
||||
""; ""
|
||||
|
||||
"";
|
||||
// var = 1
|
||||
}
|
||||
Vendored
+3
@@ -1,3 +1,6 @@
|
||||
fun foo() {
|
||||
"" ; ""
|
||||
|
||||
"";
|
||||
// var = 1
|
||||
}
|
||||
Reference in New Issue
Block a user