Skip to content

Commit 345f9ad

Browse files
authored
minor fix (#23491)
1 parent 28e4918 commit 345f9ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/StaticAnalysis/GeneratedSdkAnalyzer/GeneratedSdkIssue.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public string PrintHeaders()
3939

4040
public string FormatRecord()
4141
{
42-
return string.Format("\"{0}\",\"{1}\",\"{2}\",\"{3}\",\"{4}\"",
42+
return string.Format("\"{0}\",\"{1}\",\"{2}\",\"{3}\",\"{4}\",\"{5}\"",
4343
Module, Sdk, Severity, ProblemId, Description, Remediation);
4444
}
4545

0 commit comments

Comments
 (0)