mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-08-24 12:24:11 +00:00
Reformat with tsfmt
This commit is contained in:
parent
323ad13c8a
commit
04f0f5077a
5 changed files with 34 additions and 33 deletions
|
@ -85,8 +85,8 @@ class TextDocumentContentProvider
|
|||
range = editor.selection.isEmpty
|
||||
? undefined
|
||||
: this.ctx.client.code2ProtocolConverter.asRange(
|
||||
editor.selection,
|
||||
);
|
||||
editor.selection,
|
||||
);
|
||||
}
|
||||
|
||||
const request: SyntaxTreeParams = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue