Skip to content

Commit

Permalink
style: fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
yutak23 committed Dec 9, 2024
1 parent aadaa5d commit 682c817
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/index.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { describe, it, expect, beforeEach } from 'vitest';
import type { SessionCookieOptions,SessionStoreData } from 'svelte-kit-sessions';
import type { SessionCookieOptions, SessionStoreData } from 'svelte-kit-sessions';
import { Miniflare } from 'miniflare';
import { KVNamespace } from '@cloudflare/workers-types';
import KvStore from '../src/index.js';
Expand Down

0 comments on commit 682c817

Please sign in to comment.