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