Fixed Join LInes on a block when there is a space in the end of line
This commit is contained in:
@@ -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()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user