Skip to content

Commit

Permalink
add missing semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
jrieken committed Jul 14, 2021
1 parent c3144e0 commit d1a971f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ class FormatOnSaveParticipant implements ITextFileSaveParticipant {
// keeping things DRY :)
const formatWholeFile = async () => {
await this.instantiationService.invokeFunction(formatDocumentWithSelectedProvider, editorOrModel, FormattingMode.Silent, nestedProgress, token);
}
};

if (mode === 'modifications' || mode === 'modificationsIfAvailable') {
// try formatting modifications
Expand Down

0 comments on commit d1a971f

Please sign in to comment.