From c6fd28297ba8f3d5a1eac04a86b7965f6016c0b0 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot Date: Wed, 31 Jul 2024 18:24:10 +0000 Subject: [PATCH] style: auto-formatting [CI] --- src/compile/legend/component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compile/legend/component.ts b/src/compile/legend/component.ts index 57ddec103d..8ca7127f04 100644 --- a/src/compile/legend/component.ts +++ b/src/compile/legend/component.ts @@ -43,7 +43,7 @@ const LEGEND_COMPONENT_PROPERTY_INDEX: Flag = { export const LEGEND_COMPONENT_PROPERTIES = keys(LEGEND_COMPONENT_PROPERTY_INDEX); -export class LegendComponent extends Split { } +export class LegendComponent extends Split {} export type LegendComponentIndex = Partial>;