fix: lint errors

This commit is contained in:
Evgeny Lupanov 2020-03-25 19:07:02 +03:00
parent a5061e7c10
commit b8a75dc0fc

View file

@ -23,4 +23,4 @@ export class MaterialThemeLinkComponent implements AfterViewInit {
public hidePopover(): void {
this.popover && this.popover.hide();
}
}
}