From 9fe4a639547a0c3c9a1799842a2015d7b8e5f058 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot Date: Wed, 31 Jul 2024 18:32:15 +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>;