Skip to content

Commit 0679d8c

Browse files
bors[bot]Veetaha
andauthored
Merge #3943
3943: vscode: fix indent r=matklad a=Veetaha Co-authored-by: veetaha <[email protected]>
2 parents 8bd14a3 + f778242 commit 0679d8c

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)