Skip to content

Commit 8565c60

Browse files
committed
fix lint
1 parent 2538942 commit 8565c60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cdk-experimental/scrolling/virtual-for-of.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export type CdkVirtualForOfContext<T> = {
4141
};
4242

4343

44-
/** Helper to extract size from a ClientRect. **/
44+
/** Helper to extract size from a ClientRect. */
4545
function getSize(orientation: 'horizontal' | 'vertical', rect: ClientRect): number {
4646
return orientation == 'horizontal' ? rect.width : rect.height;
4747
}

0 commit comments

Comments
 (0)