Skip to content

Commit

Permalink
style: auto-formatting [CI]
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions Bot committed Jul 31, 2024
1 parent 9b8ce57 commit 9fe4a63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compile/legend/component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const LEGEND_COMPONENT_PROPERTY_INDEX: Flag<keyof LegendComponentProps> = {

export const LEGEND_COMPONENT_PROPERTIES = keys(LEGEND_COMPONENT_PROPERTY_INDEX);

export class LegendComponent extends Split<LegendComponentProps> { }
export class LegendComponent extends Split<LegendComponentProps> {}

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

Expand Down

0 comments on commit 9fe4a63

Please sign in to comment.