Skip to content

Commit 020e615

Browse files
committed
pnpm run format
1 parent 1b0a934 commit 020e615

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

src/lib/components/Table/ColumnUtils.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,12 @@ import type {
88
import DataTableSortButton from '$lib/components/Table/SortButton.svelte';
99
import { renderComponent, renderSnippet } from '$lib/components/ui/data-table';
1010
import type { TwTextColor } from '$lib/types/Tailwind';
11-
import { escapeHtml, durationToString, elapsedToString, getReadableUserAgentName } from '$lib/utils';
11+
import {
12+
durationToString,
13+
elapsedToString,
14+
escapeHtml,
15+
getReadableUserAgentName,
16+
} from '$lib/utils';
1217
import { type SemVer } from 'semver';
1318
import { createRawSnippet } from 'svelte';
1419

0 commit comments

Comments
 (0)