Format spaces around semicolon

Fixes #KT-12689
This commit is contained in:
Kirill Rakhman
2016-06-20 19:48:29 +02:00
committed by Nikolay Krasko
parent db387bd573
commit a520be5509
4 changed files with 15 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
fun foo() {
""; ""
}
+3
View File
@@ -0,0 +1,3 @@
fun foo() {
"" ; ""
}