Skip to content

Commit e6f73b3

Browse files
committed
linting
1 parent 3ffecf6 commit e6f73b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/extension.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ export class ClangDocumentFormattingEditProvider implements vscode.DocumentForma
189189
return reject('Cannot format due to syntax errors.');
190190
}
191191
if (err) {
192-
return reject()
192+
return reject();
193193
}
194194

195195
let dummyProcessor = (value: string) => {

0 commit comments

Comments
 (0)