From b8a75dc0fc33a3c6e50d1fddefa9214398b104ec Mon Sep 17 00:00:00 2001 From: Evgeny Lupanov Date: Wed, 25 Mar 2020 19:07:02 +0300 Subject: [PATCH] fix: lint errors --- .../material-theme-link/material-theme-link.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 +}