Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
xaverh committed Apr 20, 2017
1 parent 3ffecf6 commit e6f73b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ export class ClangDocumentFormattingEditProvider implements vscode.DocumentForma
return reject('Cannot format due to syntax errors.');
}
if (err) {
return reject()
return reject();
}

let dummyProcessor = (value: string) => {
Expand Down

0 comments on commit e6f73b3

Please sign in to comment.