fix(): remove semicolons (#19033)

This commit is contained in:
Manu MA
2019-08-07 21:12:30 +02:00
committed by Mike Hartington
parent c473b3ed92
commit 39f076847f
2 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@ export class CardTitle implements ComponentInterface {
[mode]: true
}}
>
<slot></slot>;
<slot></slot>
</Host>
);
}

View File

@ -23,7 +23,7 @@ export class Grid implements ComponentInterface {
'grid-fixed': this.fixed
}}
>
<slot></slot>;
<slot></slot>
</Host>
);
}