style: broken build due to missing new lines

This commit is contained in:
Misko Hevery 2017-11-29 20:26:19 -08:00
parent b9e4d62d5a
commit ba6af2a6dd
4 changed files with 4 additions and 4 deletions

View File

@ -28,4 +28,4 @@ import { PromptUpdateService } from './prompt-update.service';
bootstrap: [AppComponent] bootstrap: [AppComponent]
}) })
export class AppModule { } export class AppModule { }
// #enddocregion sw-module // #enddocregion sw-module

View File

@ -14,4 +14,4 @@ export class CheckForUpdateService {
Observable.interval(6 * 60 * 60).subscribe(() => updates.checkForUpdate()); Observable.interval(6 * 60 * 60).subscribe(() => updates.checkForUpdate());
} }
} }
// #enddocregion sw-check-update // #enddocregion sw-check-update

View File

@ -14,4 +14,4 @@ export class LogUpdateService {
}); });
} }
} }
// #enddocregion sw-update // #enddocregion sw-update

View File

@ -15,4 +15,4 @@ export class PromptUpdateService {
}); });
} }
} }
// #enddocregion sw-activate // #enddocregion sw-activate