Skip to content

Commit 9372a7e

Browse files
committed
fix: remove useless generic arg
1 parent 2537397 commit 9372a7e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/chart_types/partition_chart/layout/viewmodel

src/chart_types/partition_chart/layout/viewmodel/viewmodel.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ function rectangleConstruction(treeHeight: number, topGroove: number) {
182182
}
183183

184184
/** @internal */
185-
export function shapeViewModel<C>(
185+
export function shapeViewModel(
186186
textMeasure: TextMeasure,
187187
config: Config,
188188
layers: Layer[],

0 commit comments

Comments
 (0)