Fix ExtractionTestGenerated
This commit is contained in:
@@ -612,7 +612,7 @@ class KtPsiFactory @JvmOverloads constructor(private val project: Project, val m
|
|||||||
private fun placeKeyword() {
|
private fun placeKeyword() {
|
||||||
assert(state == State.MODIFIERS)
|
assert(state == State.MODIFIERS)
|
||||||
|
|
||||||
if (!sb.endsWith(" ")) {
|
if (sb.isNotEmpty() && !sb.endsWith(" ")) {
|
||||||
sb.append(" ")
|
sb.append(" ")
|
||||||
}
|
}
|
||||||
val keyword = when (target) {
|
val keyword = when (target) {
|
||||||
|
|||||||
Reference in New Issue
Block a user