Skip to content

Commit 5da39e8

Browse files
committed
fix: corrects linting and formatting issue
1 parent 745d3f5 commit 5da39e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugins/legend.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { type Component, type JSX, mergeProps, splitProps } from "solid-js";
22
import { render } from "solid-js/web";
33
import uPlot from "uplot";
44

5-
import type { UplotPluginFactory, SolidUplotPluginBus } from "../createPluginBus";
5+
import type { SolidUplotPluginBus, UplotPluginFactory } from "../createPluginBus";
66
import { getSeriesData, type SeriesDatum } from "../utils/getSeriesData";
77
import type { CursorPluginMessageBus } from "./cursor";
88
import type { FocusSeriesPluginMessageBus } from "./focusSeries";

0 commit comments

Comments
 (0)