diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2019-12-30 22:33:26 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2019-12-30 22:33:26 +0000 |
commit | 09649a991d0a9915266e32539de488f5adca0665 (patch) | |
tree | 2d1c0bb99bd073445c51aafe1431143eaf5ef8d6 /editors/code/src/commands | |
parent | e6a1ccc1f49488af31ff7429ff977768d3d32485 (diff) | |
parent | 04f0f5077a3567043f202c7caa9a3c40ad798637 (diff) |
Merge #2696
2696: Reformat with tsfmt r=matklad a=matklad
Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'editors/code/src/commands')
-rw-r--r-- | editors/code/src/commands/syntax_tree.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/code/src/commands/syntax_tree.ts b/editors/code/src/commands/syntax_tree.ts index 20ff7e5ca..5b8f6e4d9 100644 --- a/editors/code/src/commands/syntax_tree.ts +++ b/editors/code/src/commands/syntax_tree.ts | |||
@@ -85,8 +85,8 @@ class TextDocumentContentProvider | |||
85 | range = editor.selection.isEmpty | 85 | range = editor.selection.isEmpty |
86 | ? undefined | 86 | ? undefined |
87 | : this.ctx.client.code2ProtocolConverter.asRange( | 87 | : this.ctx.client.code2ProtocolConverter.asRange( |
88 | editor.selection, | 88 | editor.selection, |
89 | ); | 89 | ); |
90 | } | 90 | } |
91 | 91 | ||
92 | const request: SyntaxTreeParams = { | 92 | const request: SyntaxTreeParams = { |