From a9614776665c8de5e752189408542f3a5478b5ba Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 31 May 2018 14:43:48 +0200 Subject: Fix lint --- client/src/app/+page-not-found/page-not-found-routing.module.ts | 2 +- client/src/app/+page-not-found/page-not-found.module.ts | 2 +- client/src/app/app.module.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/client/src/app/+page-not-found/page-not-found-routing.module.ts b/client/src/app/+page-not-found/page-not-found-routing.module.ts index 43f7d7337..306d2d54d 100644 --- a/client/src/app/+page-not-found/page-not-found-routing.module.ts +++ b/client/src/app/+page-not-found/page-not-found-routing.module.ts @@ -5,7 +5,7 @@ import { PageNotFoundComponent } from './page-not-found.component' const pageNotFoundRoutes: Routes = [ { path: '', - component: PageNotFoundComponent, + component: PageNotFoundComponent } ] diff --git a/client/src/app/+page-not-found/page-not-found.module.ts b/client/src/app/+page-not-found/page-not-found.module.ts index bc29d17c4..ffc1f777d 100644 --- a/client/src/app/+page-not-found/page-not-found.module.ts +++ b/client/src/app/+page-not-found/page-not-found.module.ts @@ -10,7 +10,7 @@ import { PageNotFoundRoutingModule } from '@app/+page-not-found/page-not-found-r ], declarations: [ - PageNotFoundComponent, + PageNotFoundComponent ], exports: [ diff --git a/client/src/app/app.module.ts b/client/src/app/app.module.ts index 0b4144e39..cf533629f 100644 --- a/client/src/app/app.module.ts +++ b/client/src/app/app.module.ts @@ -59,7 +59,7 @@ export function metaFactory (serverService: ServerService): MetaLoader { deps: [ ServerService ] }), - AppRoutingModule, // Put it after all the module because it has the 404 route + AppRoutingModule // Put it after all the module because it has the 404 route ], providers: [ ] }) -- cgit v1.2.3