From 79784bc0161425e2950e2128d49c59282426f4b2 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot Date: Wed, 31 Jul 2024 19:01:27 +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>;