Clean accidentally committed temporary code

This commit is contained in:
Nikolay Krasko
2018-09-17 11:21:22 +03:00
parent ea1abb0680
commit 073f4f51fd
@@ -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))
}