Skip to content

Commit 3aa61d5

Browse files
EdJoPaTofilipesilva
authored andcommitted
style(blueprint): remove whitespaces at end of line
Close #2720
1 parent 760e7ba commit 3aa61d5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: packages/angular-cli/blueprints/module/files/__path__/__name__.module.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import <%= classifiedModuleName %>Module from './<%= dasherizedModuleName %>.mod
55

66
describe('<%= classifiedModuleName %>Module', () => {
77
let <%= camelizedModuleName %>Module;
8-
8+
99
beforeEach(() => {
1010
<%= camelizedModuleName %>Module = new <%= classifiedModuleName %>Module();
1111
});

Diff for: packages/angular-cli/blueprints/ng2/files/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.
1919

2020
## Running end-to-end tests
2121

22-
Run `ng e2e` to execute the end-to-end tests via [Protractor](http://www.protractortest.org/).
22+
Run `ng e2e` to execute the end-to-end tests via [Protractor](http://www.protractortest.org/).
2323
Before running the tests make sure you are serving the app via `ng serve`.
2424

2525
## Deploying to Github Pages

0 commit comments

Comments
 (0)