summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar matthewp <matthewp@users.noreply.github.com> 2022-10-28 14:21:57 +0000
committerGravatar fredkbot <fred+astrobot@astro.build> 2022-10-28 14:21:57 +0000
commitc6b149bc0a223e404333240a66e42ea933d9b7a4 (patch)
treebe769f5636d5ae055d6a58d1ba440f5b71397411
parent69a532ab60a85d30c2395969593c4d38f9a2fbbe (diff)
downloadastro-c6b149bc0a223e404333240a66e42ea933d9b7a4.tar.gz
astro-c6b149bc0a223e404333240a66e42ea933d9b7a4.tar.zst
astro-c6b149bc0a223e404333240a66e42ea933d9b7a4.zip
[ci] format
-rw-r--r--packages/integrations/cloudflare/runtime.d.ts9
1 files changed, 2 insertions, 7 deletions
diff --git a/packages/integrations/cloudflare/runtime.d.ts b/packages/integrations/cloudflare/runtime.d.ts
index 3b415153c..e2a72940a 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';