Skip to content

Commit 2c7809e

Browse files
committed
fix compilo
1 parent 1bf0aea commit 2c7809e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/editor/contrib/format/formatActions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ class FormatOnType implements IEditorContribution {
138138
}
139139

140140
if (isNonEmptyArray(edits)) {
141-
FormattingEdit.execute(this._editor, edits);
141+
FormattingEdit.execute(this._editor, edits, true);
142142
alertFormattingEdits(edits);
143143
}
144144

0 commit comments

Comments
 (0)