Skip to content

Commit 0b6581a

Browse files
authored
chore: Remove whitespace before semicolon when generating new package (#607)
1 parent 3917c08 commit 0b6581a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/plop-templates/component.ts.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ export class {{className name}} extends LitElement {
2323

2424
declare global {
2525
interface HTMLElementTagNameMap {
26-
'{{> tagnamePartial }}': {{className name}} ;
26+
'{{> tagnamePartial }}': {{className name}};
2727
}
2828
}

0 commit comments

Comments
 (0)