Skip to content

Commit f35f4c6

Browse files
committed
restore removed white space
1 parent 4a42638 commit f35f4c6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/extension.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,7 @@ async function runCppcheckOnFileXML(
266266

267267
const errors = result.results?.errors?.[0]?.error || [];
268268
const diagnostics: vscode.Diagnostic[] = [];
269+
269270
for (const e of errors) {
270271
const isCriticalError = criticalWarningTypes.includes(e.$.id);
271272
const locations = e.location || [];

0 commit comments

Comments
 (0)