Skip to content

Commit

Permalink
Fixing lint
Browse files Browse the repository at this point in the history
  • Loading branch information
dafo committed Oct 18, 2022
1 parent ef8976c commit 8aa94bd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/cli/lib/commands/add.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,10 +116,10 @@ command = {
async addTemplate(fileName: string, template: Template, options?: AddTemplateArgs): Promise<boolean> {
if (!options) {
options = {
"parentName": "app",
"parentRoutingModulePath": "src/app/app-routing.ts",
"selector": "app-" + template.id
}
parentName: "app",
parentRoutingModulePath: "src/app/app-routing.ts",
selector: "app-" + template.id
};
}

fileName = fileName.trim();
Expand Down

0 comments on commit 8aa94bd

Please sign in to comment.