Always add new line space with space before to deal with KEEP_FIRST_COLUMN_COMMENT option

InvertIfConditionIntention, RemoveBracesIntention tests are affected

 #KT-4175 In Progress
This commit is contained in:
Nikolay Krasko
2016-03-11 12:41:10 +03:00
parent 6193987d0d
commit a9f11d2c64
8 changed files with 19 additions and 21 deletions
@@ -1,8 +1,8 @@
package foo
import foo
import foo
fun main(args: Array<String>) {
1 + 1
println()
println()
}