From c6b149bc0a223e404333240a66e42ea933d9b7a4 Mon Sep 17 00:00:00 2001 From: matthewp Date: Fri, 28 Oct 2022 14:21:57 +0000 Subject: [PATCH] [ci] format --- packages/integrations/cloudflare/runtime.d.ts | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/packages/integrations/cloudflare/runtime.d.ts b/packages/integrations/cloudflare/runtime.d.ts index 3b415153c0..e2a72940a0 100644 --- a/packages/integrations/cloudflare/runtime.d.ts +++ b/packages/integrations/cloudflare/runtime.d.ts @@ -1,8 +1,3 @@ -export type { - WorkerRuntime, - PagesRuntime -} from './dist/runtime'; +export type { WorkerRuntime, PagesRuntime } from './dist/runtime'; -export { - getRuntime -} from './dist/runtime'; +export { getRuntime } from './dist/runtime';