Analysis API: fix extra line rendering in DebugSymbolRenderer
This commit is contained in:
+1
-4
@@ -105,10 +105,7 @@ public object DebugSymbolRenderer {
|
||||
}
|
||||
|
||||
withIndentInSquareBrackets {
|
||||
for (value in values) {
|
||||
appendLine()
|
||||
renderValue(value)
|
||||
}
|
||||
printCollection(values, separator = "\n") { renderValue(it) }
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user