Style fixes

This commit is contained in:
Kirill Bulatov 2019-07-29 11:19:13 +03:00
parent b133a3b55c
commit 4924867b3b

View File

@ -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
);
}
}