Skip to content

Commit 8d25fd1

Browse files
Splaktarjelbourn
authored andcommitted
fix(schematics): nav schematic generates TSLint errors (#13268)
Fix no-trailing-whitespace errors
1 parent 543cb9f commit 8d25fd1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/lib/schematics/nav/files/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export class <%= classify(name) %>Component {
2222
.pipe(
2323
map(result => result.matches)
2424
);
25-
25+
2626
constructor(private breakpointObserver: BreakpointObserver) {}
27-
28-
}
27+
28+
}

0 commit comments

Comments
 (0)