Skip to content

Commit fbef608

Browse files
committed
restore another white space
1 parent f35f4c6 commit fbef608

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/extension.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,7 @@ async function runCppcheckOnFileXML(
307307
const diagnostic = new vscode.Diagnostic(range, e.$.msg, severity);
308308
diagnostic.source = "cppcheck";
309309
diagnostic.code = e.$.id;
310+
310311
// Related Information
311312
const relatedInfos: vscode.DiagnosticRelatedInformation[] = [];
312313
for (let i = 1; i <= locations.length; i++) {

0 commit comments

Comments
 (0)