Skip to content

Commit 0579455

Browse files
committed
chore(*): Fixed indentation in test component.
1 parent ebd2669 commit 0579455

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
@@ -42,9 +42,9 @@ export class IgxTooltipSingleTargetComponent {
4242

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

0 commit comments

Comments
 (0)