Format spaces around semicolon
Fixes #KT-12689
This commit is contained in:
committed by
Nikolay Krasko
parent
db387bd573
commit
a520be5509
+3
@@ -0,0 +1,3 @@
|
||||
fun foo() {
|
||||
""; ""
|
||||
}
|
||||
Vendored
+3
@@ -0,0 +1,3 @@
|
||||
fun foo() {
|
||||
"" ; ""
|
||||
}
|
||||
Reference in New Issue
Block a user