Fixed Join LInes on a block when there is a space in the end of line

This commit is contained in:
Valentin Kipyatkov
2014-12-16 14:00:35 +01:00
parent 478b5070ef
commit bc631d7aee
3 changed files with 6 additions and 3 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
fun foo() {
<caret>if (a) {
if (a) { <caret>
bar()
}
}
@@ -1,6 +1,6 @@
fun foo(p: Int) {
when (p) {
1 -> {<caret>
1 -> { <caret>
println()
}
}