Skip to content

Commit 2076430

Browse files
committed
chore(*): Fixed indentation in test component.
1 parent 8f7dc84 commit 2076430

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

projects/igniteui-angular/src/lib/test-utils/tooltip-components.spec.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ export class IgxTooltipSingleTargetComponent {
4343

4444
@Component({
4545
template: `
46-
<button class="buttonOne" #targetOne="tooltipTarget" [igxTooltipTarget]="tooltipRef" style="margin: 100px">
47-
Target One
48-
</button>
46+
<button class="buttonOne" #targetOne="tooltipTarget" [igxTooltipTarget]="tooltipRef" style="margin: 100px">
47+
Target One
48+
</button>
4949
5050
<button class="buttonTwo" #targetTwo="tooltipTarget" [igxTooltipTarget]="tooltipRef" style="margin: 100px">
5151
Target Two

0 commit comments

Comments
 (0)