Skip to content

Commit 1929463

Browse files
committed
lint
1 parent 4a8ce35 commit 1929463

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/material/table/table.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,12 @@
66
* found in the LICENSE file at https://angular.io/license
77
*/
88

9-
import {CDK_TABLE_TEMPLATE, CdkTable, CDK_TABLE, _CoalescedStyleScheduler} from '@angular/cdk/table';
9+
import {
10+
CDK_TABLE_TEMPLATE,
11+
CdkTable,
12+
CDK_TABLE,
13+
_CoalescedStyleScheduler
14+
} from '@angular/cdk/table';
1015
import {ChangeDetectionStrategy, Component, ViewEncapsulation} from '@angular/core';
1116

1217
/**

0 commit comments

Comments
 (0)