Analysis API: fix extra line rendering in DebugSymbolRenderer

This commit is contained in:
Ilya Kirillov
2021-11-30 13:13:49 +01:00
parent 985c6fa0b8
commit 5fbcf0d94a
@@ -105,10 +105,7 @@ public object DebugSymbolRenderer {
}
withIndentInSquareBrackets {
for (value in values) {
appendLine()
renderValue(value)
}
printCollection(values, separator = "\n") { renderValue(it) }
}
}