Skip to content

Commit 9fe4a63

Browse files
author
GitHub Actions Bot
committed
style: auto-formatting [CI]
1 parent 9b8ce57 commit 9fe4a63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compile/legend/component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ const LEGEND_COMPONENT_PROPERTY_INDEX: Flag<keyof LegendComponentProps> = {
4343

4444
export const LEGEND_COMPONENT_PROPERTIES = keys(LEGEND_COMPONENT_PROPERTY_INDEX);
4545

46-
export class LegendComponent extends Split<LegendComponentProps> { }
46+
export class LegendComponent extends Split<LegendComponentProps> {}
4747

4848
export type LegendComponentIndex = Partial<Record<NonPositionScaleChannel, LegendComponent>>;
4949

0 commit comments

Comments
 (0)