mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-18 00:00:03 +00:00
Style fixes
This commit is contained in:
parent
b133a3b55c
commit
4924867b3b
1 changed files with 4 additions and 1 deletions
|
@ -85,7 +85,10 @@ export class HintsUpdater {
|
|||
range: hint.range,
|
||||
renderOptions: { after: { contentText: `: ${hint.label}` } }
|
||||
}));
|
||||
return editor.setDecorations(typeHintDecorationType, newDecorations);
|
||||
return editor.setDecorations(
|
||||
typeHintDecorationType,
|
||||
newDecorations
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue