Skip to content

Commit 263140a

Browse files
committed
lint
1 parent 4528e02 commit 263140a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cdk/table/sticky-styler.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ export class StickyStyler {
157157
}
158158

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

0 commit comments

Comments
 (0)