add missing semicolon

上级 c3144e0a
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册