Skip to content

Commit 599de6d

Browse files
committed
more lint
1 parent 356eaf4 commit 599de6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cdk-experimental/column-resize/resizable.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export abstract class Resizable<HandleComponent extends ResizeOverlayHandle>
3939
protected inlineHandle?: HTMLElement;
4040
protected overlayRef?: OverlayRef;
4141
protected readonly destroyed = new ReplaySubject<void>();
42-
42+
4343
protected abstract readonly columnDef: CdkColumnDef;
4444
protected abstract readonly columnResize: ColumnResize;
4545
protected abstract readonly document: Document;

0 commit comments

Comments
 (0)