Skip to content

Commit f778242

Browse files
committed
vscode: fix indent
1 parent 0ecdba2 commit f778242

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

editors/code/src/inlay_hints.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -229,13 +229,13 @@ interface InlaysDecorations {
229229
}
230230

231231
interface RustSourceFile {
232-
/*
233-
* Source of the token to cancel in-flight inlay hints request if any.
234-
*/
232+
/**
233+
* Source of the token to cancel in-flight inlay hints request if any.
234+
*/
235235
inlaysRequest: null | vscode.CancellationTokenSource;
236236
/**
237-
* Last applied decorations.
238-
*/
237+
* Last applied decorations.
238+
*/
239239
cachedDecorations: null | InlaysDecorations;
240240

241241
document: RustDocument;

0 commit comments

Comments
 (0)