Skip to content

Commit 96dcfb0

Browse files
committed
refactor(tooltip-target): adjust indentation and remove extra space
1 parent 4ff36ed commit 96dcfb0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

projects/igniteui-angular/src/lib/directives/tooltip/tooltip-target.directive.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ export class IgxTooltipTargetDirective extends IgxToggleActionDirective implemen
410410
/**
411411
* @hidden
412412
*/
413-
public onHide() : void {
413+
public onHide(): void {
414414
if (this.tooltipDisabled || this.target.collapsed) {
415415
return;
416416
}
@@ -506,8 +506,8 @@ export class IgxTooltipTargetDirective extends IgxToggleActionDirective implemen
506506
}
507507

508508
private removeEventListeners(): void {
509-
this._abortController.abort();
510-
this._abortController = new AbortController();
509+
this._abortController.abort();
510+
this._abortController = new AbortController();
511511
}
512512

513513
private _checkOutletAndOutsideClick(): void {

0 commit comments

Comments
 (0)