Skip to content

Commit

Permalink
Remove whitespace before semicolon when generating new package
Browse files Browse the repository at this point in the history
  • Loading branch information
bjarnef authored Oct 9, 2023
1 parent 8464fca commit 89ddf17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/plop-templates/component.ts.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ export class {{className name}} extends LitElement {

declare global {
interface HTMLElementTagNameMap {
'{{> tagnamePartial }}': {{className name}} ;
'{{> tagnamePartial }}': {{className name}};
}
}

0 comments on commit 89ddf17

Please sign in to comment.