Skip to content

Commit 8f2cff3

Browse files
committed
nit
1 parent 135c8b6 commit 8f2cff3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/lib/sticky-header/sticky-header.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,8 @@ export class CdkStickyHeader implements OnDestroy, AfterViewInit {
225225
left: this.upperScrollableContainer.offsetLeft + 'px',
226226
bottom: 'auto',
227227
width: this._originalStyles.width,
228-
zIndex: this.zIndex + '',};
228+
zIndex: this.zIndex + ''
229+
};
229230
extendObject(this.element.style, stickyCss);
230231
}
231232

@@ -252,7 +253,8 @@ export class CdkStickyHeader implements OnDestroy, AfterViewInit {
252253
right: '0',
253254
left: 'auto',
254255
bottom: '0',
255-
width: this._originalStyles.width};
256+
width: this._originalStyles.width
257+
};
256258
extendObject(this.element.style, unstuckCss);
257259
}
258260

0 commit comments

Comments
 (0)