From f778242a37aedd0f0f9aefe055b5d0f4d99f6765 Mon Sep 17 00:00:00 2001 From: veetaha Date: Sat, 11 Apr 2020 15:36:16 +0300 Subject: vscode: fix indent --- editors/code/src/inlay_hints.ts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'editors/code') diff --git a/editors/code/src/inlay_hints.ts b/editors/code/src/inlay_hints.ts index 6a8bd942e..da74f03d2 100644 --- a/editors/code/src/inlay_hints.ts +++ b/editors/code/src/inlay_hints.ts @@ -229,13 +229,13 @@ interface InlaysDecorations { } interface RustSourceFile { - /* - * Source of the token to cancel in-flight inlay hints request if any. - */ + /** + * Source of the token to cancel in-flight inlay hints request if any. + */ inlaysRequest: null | vscode.CancellationTokenSource; /** - * Last applied decorations. - */ + * Last applied decorations. + */ cachedDecorations: null | InlaysDecorations; document: RustDocument; -- cgit v1.2.3