diff --git a/e2e/protractor.conf.js b/e2e/protractor.conf.js index 86776a3..16e07da 100644 --- a/e2e/protractor.conf.js +++ b/e2e/protractor.conf.js @@ -17,7 +17,7 @@ exports.config = { jasmineNodeOpts: { showColors: true, defaultTimeoutInterval: 30000, - print: function() {} + print: function () { } }, onPrepare() { require('ts-node').register({ diff --git a/package.json b/package.json index 17d9e0b..f71b540 100644 --- a/package.json +++ b/package.json @@ -60,4 +60,4 @@ "tslint": "~5.11.0", "typescript": "~3.5.3" } -} +} \ No newline at end of file diff --git a/src/app/app-routing.module.ts b/src/app/app-routing.module.ts index 1d983a2..921559f 100644 --- a/src/app/app-routing.module.ts +++ b/src/app/app-routing.module.ts @@ -39,4 +39,4 @@ const routes: Routes = [ providers: [HttpHelpersService], exports: [RouterModule] }) -export class AppRoutingModule {} +export class AppRoutingModule { } diff --git a/src/app/app.component.html b/src/app/app.component.html index fbde7e6..bdbcb10 100644 --- a/src/app/app.component.html +++ b/src/app/app.component.html @@ -9,7 +9,7 @@