Skip to content

Commit 6aa66f6

Browse files
committed
yarn lint
1 parent d2bf51d commit 6aa66f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Extension/src/LanguageServer/configurations.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1426,7 +1426,7 @@ export class CppProperties {
14261426
return filteredArray;
14271427
}
14281428
}
1429-
return undefined
1429+
return undefined;
14301430
}
14311431

14321432
private parsePropertiesFile(): boolean {
@@ -1947,7 +1947,7 @@ export class CppProperties {
19471947
}
19481948

19491949
currentConfiguration.compileCommands?.forEach((file: string) => {
1950-
paths.push(`${file}`)
1950+
paths.push(`${file}`);
19511951
});
19521952

19531953
if (currentConfiguration.compilerPath) {

0 commit comments

Comments
 (0)