Skip to content

Commit 2bb8775

Browse files
authored
chore: formatting suggestions from code review
Co-authored-by: Damyan Petev <damyanpetev@users.noreply.github.com>
1 parent cd81c2d commit 2bb8775

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

projects/igniteui-angular/grids/pivot-grid/src/pivot-grid.component.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -614,7 +614,7 @@ export class IgxPivotGridComponent extends IgxGridBaseDirective implements OnIni
614614
public get pivotKeys() {
615615
return this.pivotConfiguration.pivotKeys || DEFAULT_PIVOT_KEYS;
616616
}
617-
/** @hidden @internal */
617+
/** @hidden @internal */
618618
public override get type(): GridType["type"] {
619619
return 'pivot';
620620
}
@@ -1248,7 +1248,7 @@ export class IgxPivotGridComponent extends IgxGridBaseDirective implements OnIni
12481248
return this.pivotConfiguration.rows?.filter(x => x.enabled) || [];
12491249
}
12501250

1251-
/** @hidden @internal */
1251+
/** @hidden @internal */
12521252
public set visibleRowDimensions(value: IPivotDimension[]) {
12531253
this._visibleRowDimensions = value;
12541254
}

0 commit comments

Comments
 (0)