Skip to content

Commit

Permalink
styl: broken build due to missing new lines
Browse files Browse the repository at this point in the history
  • Loading branch information
mhevery committed Nov 30, 2017
1 parent b9e4d62 commit 7a2550a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ import { PromptUpdateService } from './prompt-update.service';
bootstrap: [AppComponent]
})
export class AppModule { }
// #enddocregion sw-module
// #enddocregion sw-module
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ export class CheckForUpdateService {
Observable.interval(6 * 60 * 60).subscribe(() => updates.checkForUpdate());
}
}
// #enddocregion sw-check-update
// #enddocregion sw-check-update
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ export class LogUpdateService {
});
}
}
// #enddocregion sw-update
// #enddocregion sw-update
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ export class PromptUpdateService {
});
}
}
// #enddocregion sw-activate
// #enddocregion sw-activate

0 comments on commit 7a2550a

Please sign in to comment.