From ba6af2a6ddced3aafc797b1dc1c63fcac4356da0 Mon Sep 17 00:00:00 2001 From: Misko Hevery Date: Wed, 29 Nov 2017 20:26:19 -0800 Subject: [PATCH] style: broken build due to missing new lines --- .../examples/service-worker-getstart/src/app/app.module.ts | 2 +- .../service-worker-getstart/src/app/check-for-update.service.ts | 2 +- .../service-worker-getstart/src/app/log-update.service.ts | 2 +- .../service-worker-getstart/src/app/prompt-update.service.ts | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/aio/content/examples/service-worker-getstart/src/app/app.module.ts b/aio/content/examples/service-worker-getstart/src/app/app.module.ts index 27ebb81320..051ff36113 100755 --- a/aio/content/examples/service-worker-getstart/src/app/app.module.ts +++ b/aio/content/examples/service-worker-getstart/src/app/app.module.ts @@ -28,4 +28,4 @@ import { PromptUpdateService } from './prompt-update.service'; bootstrap: [AppComponent] }) export class AppModule { } -// #enddocregion sw-module \ No newline at end of file +// #enddocregion sw-module diff --git a/aio/content/examples/service-worker-getstart/src/app/check-for-update.service.ts b/aio/content/examples/service-worker-getstart/src/app/check-for-update.service.ts index 81e629f7de..f9309e4281 100755 --- a/aio/content/examples/service-worker-getstart/src/app/check-for-update.service.ts +++ b/aio/content/examples/service-worker-getstart/src/app/check-for-update.service.ts @@ -14,4 +14,4 @@ export class CheckForUpdateService { Observable.interval(6 * 60 * 60).subscribe(() => updates.checkForUpdate()); } } -// #enddocregion sw-check-update \ No newline at end of file +// #enddocregion sw-check-update diff --git a/aio/content/examples/service-worker-getstart/src/app/log-update.service.ts b/aio/content/examples/service-worker-getstart/src/app/log-update.service.ts index c6e645756a..abc15b3a89 100755 --- a/aio/content/examples/service-worker-getstart/src/app/log-update.service.ts +++ b/aio/content/examples/service-worker-getstart/src/app/log-update.service.ts @@ -14,4 +14,4 @@ export class LogUpdateService { }); } } -// #enddocregion sw-update \ No newline at end of file +// #enddocregion sw-update diff --git a/aio/content/examples/service-worker-getstart/src/app/prompt-update.service.ts b/aio/content/examples/service-worker-getstart/src/app/prompt-update.service.ts index f7990f636f..d58d06513e 100755 --- a/aio/content/examples/service-worker-getstart/src/app/prompt-update.service.ts +++ b/aio/content/examples/service-worker-getstart/src/app/prompt-update.service.ts @@ -15,4 +15,4 @@ export class PromptUpdateService { }); } } -// #enddocregion sw-activate \ No newline at end of file +// #enddocregion sw-activate