From 682c8175d915225af116acb12b5e397bb50740a1 Mon Sep 17 00:00:00 2001 From: yutak23 Date: Mon, 9 Dec 2024 16:56:43 +0900 Subject: [PATCH] style: fix format --- tests/index.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/index.test.ts b/tests/index.test.ts index 0342362..f650cf9 100644 --- a/tests/index.test.ts +++ b/tests/index.test.ts @@ -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';