Skip to content

Commit 3ff8f07

Browse files
committed
Prettier
1 parent 391353b commit 3ff8f07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/graphs/knngraph/KNNModelGraphDrawer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import {
1313
} from '../../../script/utils/graphUtils';
1414
import { state, stores } from '../../../script/stores/Stores';
1515
import { get } from 'svelte/store';
16-
import * as d3 from "d3";
16+
import * as d3 from 'd3';
1717

1818
export type GraphDrawConfig = {
1919
xRot: number;

0 commit comments

Comments
 (0)