Skip to content

Commit 4528e02

Browse files
committed
lint
1 parent 834122e commit 4528e02

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/cdk/table/sticky-styler.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,8 @@ export class StickyStyler {
156156
}
157157
}
158158

159-
// Coalesce with other sticky row updates (top/bottom), sticky columns updates (and potentially other changes like column resize).
159+
// Coalesce with other sticky row updates (top/bottom), sticky columns updates
160+
//(and potentially other changes like column resize).
160161
this._coalescedStyleScheduler.schedule(() => {
161162
for (let rowIndex = 0; rowIndex < rows.length; rowIndex++) {
162163
if (!states[rowIndex]) {

0 commit comments

Comments
 (0)