Skip to content

Commit edf7724

Browse files
committed
C#: Remove trailing whitespace after comma, when priting callable in CSV format.
1 parent 37644d3 commit edf7724

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csharp/ql/test/shared/FlowSummaries.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ abstract class IncludeSummarizedCallable extends RelevantSummarizedCallable {
1212
concat(Parameter p, int i |
1313
p = this.getParameter(i)
1414
|
15-
p.getType().getQualifiedName(), ", " order by i
15+
p.getType().getQualifiedName(), "," order by i
1616
)
1717
}
1818

0 commit comments

Comments
 (0)