From 60249558820bf7540ae7cf883686ac9fdd2dabe0 Mon Sep 17 00:00:00 2001 From: ematipico Date: Mon, 18 Sep 2023 09:47:02 +0000 Subject: [PATCH] [ci] format --- packages/integrations/cloudflare/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/integrations/cloudflare/README.md b/packages/integrations/cloudflare/README.md index e8a1db204e39..27e621853b7e 100644 --- a/packages/integrations/cloudflare/README.md +++ b/packages/integrations/cloudflare/README.md @@ -117,7 +117,7 @@ import type { AdvancedRuntime } from '@astrojs/cloudflare'; type ENV = { SERVER_URL: string; -} +}; declare namespace App { interface Locals extends AdvancedRuntime { @@ -138,7 +138,7 @@ import type { DirectoryRuntime } from '@astrojs/cloudflare'; type ENV = { SERVER_URL: string; -} +}; declare namespace App { interface Locals extends DirectoryRuntime {