Commit afb4d3e
fix(@schematics/angular): remove extra space before async in spec templates
1 parent 3bfa1e9 commit afb4d3eCopy full SHA for afb4d3e
File tree
Expand file treeCollapse file tree
2 files changed
+2
-2
lines changedOpen diff view settings
Filter options
- packages/schematics/angular/application/files
- module-files/src/app
- standalone-files/src/app
Expand file treeCollapse file tree
2 files changed
+2
-2
lines changedOpen diff view settings
Collapse file
packages/schematics/angular/application/files/module-files/src/app/app__suffix__.spec.ts.template
Copy file name to clipboardExpand all lines: packages/schematics/angular/application/files/module-files/src/app/app__suffix__.spec.ts.template+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
20 | 20 | |
21 | 21 | |
22 | 22 | |
23 | | - |
| 23 | + |
24 | 24 | |
25 | 25 | |
26 | 26 | |
|
Collapse file
packages/schematics/angular/application/files/standalone-files/src/app/app__suffix__.spec.ts.template
Copy file name to clipboardExpand all lines: packages/schematics/angular/application/files/standalone-files/src/app/app__suffix__.spec.ts.template+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
14 | 14 | |
15 | 15 | |
16 | 16 | |
17 | | - |
| 17 | + |
18 | 18 | |
19 | 19 | |
20 | 20 | |
|
0 commit comments