Skip to content

Commit 9717599

Browse files
authored
Update src/vs/editor/contrib/hover/browser/hover.ts
1 parent b50b986 commit 9717599

File tree

1 file changed

+0
-1
lines changed
  • src/vs/editor/contrib/hover/browser

1 file changed

+0
-1
lines changed

src/vs/editor/contrib/hover/browser/hover.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ export class ModesHoverController implements IEditorContribution {
5151
private _isHoverSticky!: boolean;
5252
private _hoverActivatedByColorDecoratorClick: boolean = false;
5353

54-
5554
static get(editor: ICodeEditor): ModesHoverController | null {
5655
return editor.getContribution<ModesHoverController>(ModesHoverController.ID);
5756
}

0 commit comments

Comments
 (0)