C#: Add missing empty ext column in generated summaries.

This commit is contained in:
Michael Nebel
2022-03-30 09:13:51 +02:00
parent c6fe54c41b
commit 3fe941aae2
4 changed files with 7 additions and 7 deletions

View File

@@ -1056,8 +1056,8 @@ module Private {
|
c.relevantSummary(input, output, preservesValue) and
csv =
c.getCallableCsv() + ";" + getComponentStackCsv(input) + ";" +
getComponentStackCsv(output) + ";" + renderKind(preservesValue)
c.getCallableCsv() + getComponentStackCsv(input) + ";" + getComponentStackCsv(output) +
";" + renderKind(preservesValue)
)
}
}