forked from external/vscode-xml
Lint Fix
This commit is contained in:
parent
c37ac45e80
commit
6f0bbe3ed7
4 changed files with 5 additions and 5 deletions
|
|
@ -20,4 +20,4 @@ export function minifyXml(editor: TextEditor, edit: TextEditorEdit): void {
|
|||
const range = new Range(editor.document.positionAt(0), endPosition);
|
||||
|
||||
edit.replace(range, xmlFormatter.minifyXml(editor.document.getText(), xmlFormattingOptions));
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue