From 073f4f51fdf0dc73bd8e6d479158409628ac73c6 Mon Sep 17 00:00:00 2001 From: Nikolay Krasko Date: Mon, 17 Sep 2018 11:21:22 +0300 Subject: [PATCH] Clean accidentally committed temporary code --- .../org/jetbrains/kotlin/idea/formatter/KotlinCommonBlock.kt | 5 ----- 1 file changed, 5 deletions(-) diff --git a/idea/formatter/src/org/jetbrains/kotlin/idea/formatter/KotlinCommonBlock.kt b/idea/formatter/src/org/jetbrains/kotlin/idea/formatter/KotlinCommonBlock.kt index 534542687a5..f4893f6bf5d 100644 --- a/idea/formatter/src/org/jetbrains/kotlin/idea/formatter/KotlinCommonBlock.kt +++ b/idea/formatter/src/org/jetbrains/kotlin/idea/formatter/KotlinCommonBlock.kt @@ -461,11 +461,6 @@ abstract class KotlinCommonBlock( return blockList.asSequence() } - if (this.node.elementType == CLASS_BODY && node.elementType == MODIFIER_LIST) { - // Some unfinished declaration - println() - } - return sequenceOf(buildSubBlock(node, childrenAlignmentStrategy, wrappingStrategy)) }