From 346ea2c6fd95a0c9ae26597bd922d2eff334b77a Mon Sep 17 00:00:00 2001 From: Tom Bloor Date: Thu, 24 Aug 2017 16:03:45 +0100 Subject: [PATCH] Fixed indentation in app.module.ts --- src/app/app.module.ts | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/src/app/app.module.ts b/src/app/app.module.ts index 6e82aff..d51ba98 100644 --- a/src/app/app.module.ts +++ b/src/app/app.module.ts @@ -52,12 +52,13 @@ import { DashboardModule } from './dashboard/dashboard.module'; P500Component, ], providers: [ - AuthGuard, - ApiService, - { - provide: LocationStrategy, - useClass: HashLocationStrategy - }], + AuthGuard, + ApiService, + { + provide: LocationStrategy, + useClass: HashLocationStrategy + } + ], bootstrap: [ AppComponent ] }) export class AppModule { }