Skip to content

Commit 377a164

Browse files
authored
style(avatar): update code style
1 parent e8aeb64 commit 377a164

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/igniteui-angular/src/lib/avatar/avatar.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ export class IgxAvatarComponent implements OnInit {
315315

316316
@HostBinding('style.--component-size')
317317
protected get componentSize() {
318-
if(this._size) {
318+
if (this._size) {
319319
return `var(--ig-size-${this._size})`;
320320
}
321321
}

0 commit comments

Comments
 (0)