diff --git a/docs/app/shared/components/material-theme-link/material-theme-link.component.ts b/docs/app/shared/components/material-theme-link/material-theme-link.component.ts index 6579be6b..2b417439 100644 --- a/docs/app/shared/components/material-theme-link/material-theme-link.component.ts +++ b/docs/app/shared/components/material-theme-link/material-theme-link.component.ts @@ -23,4 +23,4 @@ export class MaterialThemeLinkComponent implements AfterViewInit { public hidePopover(): void { this.popover && this.popover.hide(); } -} \ No newline at end of file +}