Skip to content

Commit 0e3b6f3

Browse files
committed
nit
1 parent 6ef4c8d commit 0e3b6f3

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
@@ -224,7 +224,8 @@ export class CdkStickyHeader implements OnDestroy, AfterViewInit {
224224
left: this.upperScrollableContainer.offsetLeft + 'px',
225225
bottom: 'auto',
226226
width: this._originalStyles.width,
227-
zIndex: this.zIndex + '',};
227+
zIndex: this.zIndex + ''
228+
};
228229
extendObject(this.element.style, stickyCss);
229230
}
230231

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

0 commit comments

Comments
 (0)