Skip to content

Commit

Permalink
chore: add semicolon (#2863)
Browse files Browse the repository at this point in the history
Signed-off-by: Akshat Patel <[email protected]>
  • Loading branch information
Akshat55 authored Apr 19, 2024
1 parent 06ce722 commit 185f839
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tooltip/tooltip.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export class Tooltip extends PopoverContainer implements AfterContentChecked {
/**
* Optional data for templates passed as implicit context
*/
@Input() templateContext: any
@Input() templateContext: any;

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

Expand Down

0 comments on commit 185f839

Please sign in to comment.