Skip to content

Commit 185f839

Browse files
authored
chore: add semicolon (#2863)
Signed-off-by: Akshat Patel <[email protected]>
1 parent 06ce722 commit 185f839

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tooltip/tooltip.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ export class Tooltip extends PopoverContainer implements AfterContentChecked {
7272
/**
7373
* Optional data for templates passed as implicit context
7474
*/
75-
@Input() templateContext: any
75+
@Input() templateContext: any;
7676

7777
@ViewChild("contentWrapper") wrapper: ElementRef<HTMLSpanElement>;
7878

0 commit comments

Comments
 (0)